fix use of reserved sql word in dsl_note schema, RT7111/RT10806
[freeside.git] / FS / FS / Schema.pm
index 5f78b51..7cccc7f 100644 (file)
@@ -1871,7 +1871,7 @@ sub tables_hashref {
       'columns' => [
         'notenum',           'serial',    '',        '', '', '',
        'svcnum',     'int', '',       '', '', '',
-        'user',     'varchar', 'NULL', $char_d,  '', '',
+        'author',     'varchar', 'NULL', $char_d,  '', '',
         'priority',   'char', 'NULL',       1,  '', '', 
        '_date',     'int', 'NULL',       '', '', '',
        'note',     'text', '',       '', '', '',