Delete 012_shares_archive_update.sql

This commit is contained in:
iAmShorty 2014-06-03 13:00:48 +02:00
parent 7f0f2fffac
commit 61f52f46ae

View File

@ -1,3 +0,0 @@
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';