-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start storing session keys for cookies in db
When trying to add tests for server.Init() it became tricky to manage the goose migration files across both the "migrations" package as well as the testdata because all .go migration files would be loaded via init() calls even if we only expected to load the ones for our migrations package. For this reason stop using migration files for filling in testdata and only use it for managing structural changes to the database.
- Loading branch information
Showing
12 changed files
with
270 additions
and
343 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.