Changeset 291
- Timestamp:
- 03/08/08 16:07:48 (5 years ago)
- Location:
- application.register
- Files:
-
- 2 modified
-
install.sql (modified) (1 diff)
-
update.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
application.register/install.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; -
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;
