Changeset 291 for application.register/update.sql
- Timestamp:
- 03/08/08 16:07:48 (5 years ago)
- Files:
-
- 1 modified
-
application.register/update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
application.register/update.sql
r290 r291 4 4 userID int(10) unsigned NOT NULL, 5 5 groupID int(10) unsigned NOT NULL, 6 displayNotification tinyint(1) unsigned NOT NULL DEFAULT 0, 7 emailNotification tinyint(1) unsigned NOT NULL DEFAULT 0, 6 8 PRIMARY KEY (userID,groupID) 7 9 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
