aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATES
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-12-06 20:56:30 -0800
committerfriendica <info@friendica.com>2012-12-06 20:56:30 -0800
commitc2c048dc59b4d43a7fdaf15d954df712cfc7c3ee (patch)
tree5b81a14ad11007745f97ce126a16921238c545cd /UPDATES
parent3586723af798396fd072c2e7ee4dd6390c2fea1b (diff)
downloadvolse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.tar.gz
volse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.tar.bz2
volse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.zip
Some update commands
Diffstat (limited to 'UPDATES')
-rw-r--r--UPDATES2
1 files changed, 2 insertions, 0 deletions
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