Changeset 1583 for trunk/install


Ignore:
Timestamp:
Oct 31, 2006, 12:34:31 AM (17 years ago)
Author:
rub
Message:

Resolved Issue ID 0000526:

o Add default group to new user

Allow to have n default groups.
Property are save on table #_group and can be modified on administration group screen.

Location:
trunk/install
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r1500 r1583  
    103103  `id` smallint(5) unsigned NOT NULL auto_increment,
    104104  `name` varchar(255) NOT NULL default '',
     105  `is_default` enum('true','false') NOT NULL default 'false',
    105106  PRIMARY KEY  (`id`)
    106107) TYPE=MyISAM;
Note: See TracChangeset for help on using the changeset viewer.