diff options
author | Daniel Wagner-Hall <daniel@matrix.org> | 2016-03-08 17:32:29 +0000 |
---|---|---|
committer | Daniel Wagner-Hall <daniel@matrix.org> | 2016-03-08 17:32:29 +0000 |
commit | edca2d989137680093c4acdcaf6ca4029f11a335 (patch) | |
tree | f4727bfee7cd80e7c21c038e878771e7092b584a | |
parent | Merge pull request #571 from matrix-org/daniel/asids (diff) | |
download | synapse-edca2d989137680093c4acdcaf6ca4029f11a335.tar.xz |
Idempotent-ise schema update script
If any ASes don't have an ID, the schema will fail, and then it will error when trying to add the column again.
-rw-r--r-- | synapse/storage/schema/delta/30/as_users.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/storage/schema/delta/30/as_users.py b/synapse/storage/schema/delta/30/as_users.py |