diff options
-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 |