aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATES
blob: 8ccae42c8005b0868de0e79ce12caabd213574e1 (plain) (blame)
1
2
alter table `group` add hash char(255) not null default '' after id, add index (hash);
alter table photo add size int(10) unsigned not null default '0' after width, add index (size);