diff options
author | Erik Johnston <erik@matrix.org> | 2015-04-15 17:00:50 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-04-15 17:00:50 +0100 |
commit | ffad75bd6284873c27efb2cfdfdcf9f909eb9db3 (patch) | |
tree | a41d763e3e6893ef869865ca934c3339674e10b9 /synapse/storage/schema | |
parent | Change full_schemas/11 to work with postgres (diff) | |
download | synapse-ffad75bd6284873c27efb2cfdfdcf9f909eb9db3.tar.xz |
Remove mysql/maria support
Diffstat (limited to 'synapse/storage/schema')
-rw-r--r-- | synapse/storage/schema/delta/16/unique_constraints.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/16/unique_constraints.sql b/synapse/storage/schema/delta/16/unique_constraints.sql index f9fbb6b448..3604ea8427 100644 --- a/synapse/storage/schema/delta/16/unique_constraints.sql +++ b/synapse/storage/schema/delta/16/unique_constraints.sql @@ -1,5 +1,5 @@ --- We can use SQLite features here, since mysql support was only added in v16 +-- We can use SQLite features here, since other db support was only added in v16 -- DELETE FROM current_state_events WHERE rowid not in ( |