summaryrefslogtreecommitdiffstats
path: root/migrations/versions
AgeCommit message (Collapse)AuthorFilesLines
2021-02-20Add SSO account ID in table UsersFrédéric Mangano-Tarumi1-0/+30
This column holds a user ID issed by the single sign-on provider. For Keycloak, it is an UUID. For more flexibility, we will be using a standardly-sized VARCHAR field. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2020-02-27Create an initial Alembic migrationFrédéric Mangano-Tarumi1-0/+24
This way the database will get stamped, and Git will create the `versions` directory without which Alembic won’t work. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>