Show
Ignore:
Timestamp:
03/08/08 16:07:48 (5 years ago)
Author:
d0nut
Message:

... but allow both to be configured for every group

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • application.register/update.sql

    r290 r291  
    44  userID int(10) unsigned NOT NULL, 
    55  groupID int(10) unsigned NOT NULL, 
     6  displayNotification tinyint(1) unsigned NOT NULL DEFAULT 0, 
     7  emailNotification tinyint(1) unsigned NOT NULL DEFAULT 0, 
    68  PRIMARY KEY (userID,groupID) 
    79) ENGINE=MyISAM DEFAULT CHARSET=utf8;