-
Notifications
You must be signed in to change notification settings - Fork 0
Database creation fails for MSSQL #14
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Some tables cannot be created on MS-SQL, as they do not have a suitable type for their primary key columns (currently: VARCHAR(max)).
Affected tables:
- revoked
- users
Fix: Add a column with the appropriate type. This may break migrations. As there should be no users, this is irrelevant. Also, add indexes in the "sub" column.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working