mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:44:52 -04:00
Revert non-trivial changes to upgrade scripts
This commit is contained in:
parent
e2722f58ee
commit
cda4a6f93f
3 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue