mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-11 07:31:52 -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
|
|
@ -46,6 +46,7 @@ class ProfileTestCase(unittest.TestCase):
|
|||
resource_for_client=self.mock_server,
|
||||
federation=Mock(),
|
||||
replication_layer=Mock(),
|
||||
datastore=None,
|
||||
)
|
||||
|
||||
def _get_user_by_token(token=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue