Revert non-trivial changes to upgrade scripts

This commit is contained in:
Erik Johnston 2015-04-10 10:19:50 +01:00
parent e2722f58ee
commit cda4a6f93f
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
CREATE TABLE IF NOT EXISTS push_rules_enable (
id BIGINT PRIMARY KEY,
id BIGINT PRIMARY KEY AUTOINCREMENT,
user_name VARCHAR(150) NOT NULL,
rule_id VARCHAR(150) NOT NULL,
enabled TINYINT,