changed note field in tc_accomplishment to notes
[eq/.git] / sql / tc.sql
index c54f74e7dcd5fa4abd5d5366f04e9b91d3514afe..0829378bb9c6eee9aba64eefa8fb2d681a96c12d 100644 (file)
@@ -225,7 +225,7 @@ CREATE TABLE /*!42501 IF NOT EXISTS*/ `tc_accomplishment` (
   `individual` INT( 16 ) UNSIGNED NULL DEFAULT NULL ,
   `date` DATE NULL DEFAULT NULL ,
   `task` INT( 16 ) UNSIGNED NULL DEFAULT NULL ,
-  `note` VARCHAR( 128 ) NOT NULL
+  `notes` VARCHAR( 128 ) NOT NULL
 ) ENGINE = MYISAM ;
 
 --