Show
Ignore:
Timestamp:
03/10/08 21:40:18 (5 years ago)
Author:
MDMAN
Message:

BugFixes?

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • application.register/update.sql

    r291 r310  
    1111CREATE TABLE IF NOT EXISTS wcf1_group_application_notification ( 
    1212  applicationID int(11) unsigned NOT NULL, 
    13   userID int(10) unsigned NOT NULL, 
     13  groupID int(10) unsigned NOT NULL, 
    1414  PRIMARY KEY (applicationID,userID) 
    1515) ENGINE=MyISAM DEFAULT CHARSET=utf8;