Skip to content

Database creation fails for MSSQL #14

@Varbin

Description

@Varbin

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions