summaryrefslogtreecommitdiff
path: root/server/migrations/1_initial_eyeballs.sql
AgeCommit message (Collapse)Author
2025-01-07Add remote & branch to project and reviewJoel Klinghed
Preparing for git connection.
2025-01-04Support ldap in authJoel Klinghed
Non-test auth is now using ldap for account syncing and authentication. Test auth is still using hardcoded users (user and other). But it is now also possible to login as "other".
2024-12-31Rename migration so its actually picked upJoel Klinghed
Must be <version>_<description>.sql.