Changeset 389 for buddyloo/update.sql

Show
Ignore:
Timestamp:
04/05/08 12:29:38 (5 years ago)
Author:
d0nut
Message:
  • different access levels
  • smart algorithm to select the best fitting page after deletion
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • buddyloo/update.sql

    r376 r389  
    44  socialID int(10) unsigned NOT NULL auto_increment, 
    55  socialTitle varchar(80) NOT NULL, 
     6  socialAccess tinyint(1) NOT NULL DEFAULT 0, 
    67  PRIMARY KEY (socialID) 
    78) ENGINE=MyISAM DEFAULT CHARSET=utf8;