Create 012_shares_archive_update.sql

This commit is contained in:
iAmShorty 2014-05-26 09:30:20 +02:00
parent 9072d94106
commit 62ed5699dc

View File

@ -0,0 +1,3 @@
ALTER TABLE shares_archive MODIFY id bigint(30);
ALTER TABLE shares_archive MODIFY share_id bigint(30);
UPDATE TABLE settings SET value = '0.0.11' WHERE name = 'DB_VERSION';