From c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 6 Dec 2012 20:56:30 -0800 Subject: Some update commands --- UPDATES | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 UPDATES (limited to 'UPDATES') diff --git a/UPDATES b/UPDATES new file mode 100644 index 000000000..8ccae42c8 --- /dev/null +++ b/UPDATES @@ -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); \ No newline at end of file -- cgit v1.2.3