mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 17:19:00 -05:00
SQL doesn't allow AUTOINCREMENT on non PRIMARY KEY columns.
This commit is contained in:
parent
b4a1f2ccb5
commit
709a92cee8
4 changed files with 23 additions and 3 deletions
|
|
@ -51,6 +51,7 @@ class PresenceStateTestCase(unittest.TestCase):
|
|||
hs = HomeServer("test",
|
||||
db_pool=None,
|
||||
http_client=None,
|
||||
datastore=None,
|
||||
resource_for_client=self.mock_server,
|
||||
resource_for_federation=self.mock_server,
|
||||
)
|
||||
|
|
@ -109,6 +110,7 @@ class PresenceListTestCase(unittest.TestCase):
|
|||
hs = HomeServer("test",
|
||||
db_pool=None,
|
||||
http_client=None,
|
||||
datastore=None,
|
||||
resource_for_client=self.mock_server,
|
||||
resource_for_federation=self.mock_server
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue