summaryrefslogtreecommitdiffstats
path: root/src/server/Migrations/20220125180758_GithubUserMappings.Designer.cs
Commit message (Collapse)AuthorAgeFilesLines
* feat: WIP: Map github loginsivarlovlie2022-01-301-0/+179
When github is used for login, we want to create a mapping to a regular user in our database. This is mainly so that we don't have to change the PK in our database or add a column to it.