]> wagnertech.de Git - timetracker.git/blobdiff - mysql.sql
Populating tt_user_project_binds.
[timetracker.git] / mysql.sql
index 5ffc79e43ee362afc6b16ada2c92531e906479c8..5ee9ad4a3a60f6ee01645206f2361d16d606fe16 100644 (file)
--- a/mysql.sql
+++ b/mysql.sql
@@ -384,7 +384,7 @@ CREATE TABLE `tt_custom_field_options` (
 # This table supplements tt_log and contains custom field values for records.
 #
 CREATE TABLE `tt_custom_field_log` (
-  `id` bigint NOT NULL auto_increment, # cutom field log id
+  `id` bigint NOT NULL auto_increment, # custom field log id
   `log_id` bigint NOT NULL,            # id of a record in tt_log this record corresponds to
   `field_id` int(11) NOT NULL,         # custom field id
   `option_id` int(11) default NULL,    # Option id. Used for dropdown custom fields.