Changeset 310 for application.register/update.sql
- Timestamp:
- 03/10/08 21:40:18 (5 years ago)
- Files:
-
- 1 modified
-
application.register/update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
application.register/update.sql
r291 r310 11 11 CREATE TABLE IF NOT EXISTS wcf1_group_application_notification ( 12 12 applicationID int(11) unsigned NOT NULL, 13 userID int(10) unsigned NOT NULL,13 groupID int(10) unsigned NOT NULL, 14 14 PRIMARY KEY (applicationID,userID) 15 15 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
