this note is old and is time for it to die

This commit is contained in:
friendica 2013-01-25 04:34:34 -08:00
parent 132a5f0f96
commit 7521493b37

View File

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