diff options
author | friendica <info@friendica.com> | 2012-12-06 20:56:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-12-06 20:56:30 -0800 |
commit | c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee (patch) | |
tree | 5b81a14ad11007745f97ce126a16921238c545cd | |
parent | 3586723af798396fd072c2e7ee4dd6390c2fea1b (diff) | |
download | volse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.tar.gz volse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.tar.bz2 volse-hubzilla-c2c048dc59b4d43a7fdaf15d954df712cfc7c3ee.zip |
Some update commands
-rw-r--r-- | UPDATES | 2 |
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 |