aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATES
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2012-12-07 22:27:35 +0000
committerThomas Willingham <founder@kakste.com>2012-12-07 22:27:35 +0000
commit44263d5ac3e5189df28c92f58c2875137052b6ea (patch)
tree70aa75426f2b3c984faecdb5f684157bccedda3a /UPDATES
parent555226ada4946b78be5fa2966f5c8532a997953f (diff)
parent2452b822f909a3cac432a76d8c928733a7683c6a (diff)
downloadvolse-hubzilla-44263d5ac3e5189df28c92f58c2875137052b6ea.tar.gz
volse-hubzilla-44263d5ac3e5189df28c92f58c2875137052b6ea.tar.bz2
volse-hubzilla-44263d5ac3e5189df28c92f58c2875137052b6ea.zip
Merge remote-tracking branch 'upstream/master'
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