Some update commands

This commit is contained in:
friendica 2012-12-06 20:56:30 -08:00
parent 3586723af7
commit c2c048dc59

2
UPDATES Normal file
View File

@ -0,0 +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);