diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-18 16:00:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-18 16:00:46 +0100 |
commit | 709a92cee89709811c51cac7d8c66922093be673 (patch) | |
tree | 1d1d1ca90bceaf2c7749a90f6ff4b54efbaf97cc /tests/rest | |
parent | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor (diff) | |
download | synapse-709a92cee89709811c51cac7d8c66922093be673.tar.xz |
SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.
Diffstat (limited to 'tests/rest')
-rw-r--r-- | tests/rest/test_presence.py | 2 | ||||
-rw-r--r-- | tests/rest/test_profile.py | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/rest/test_presence.py b/tests/rest/test_presence.py |