php-mpos/sql/012_shares_archive_update.sql
2014-05-26 09:30:20 +02:00

4 lines
174 B
SQL

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';