-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Canteen Static Data in Migration (#251)
* moved old functions in new migration * remove unnecessary checks whether tag exists * removed old initializer * delete previous data + cron entries fix * silenced logging of adding entries * registered the migration andfixed a few typos * fixed linting issues * added code review feedback * added state of models in migration * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * Update server/backend/migration/20231003000000.go Co-authored-by: Frank Elsinga <[email protected]> * create missing tables in migration * fixed batch delete in migration * set fix version of migrated structs * formatting change * formatting change * removed unnecessary create models * removed further instances of hasTable --------- Co-authored-by: Frank Elsinga <[email protected]>
- Loading branch information
1 parent
ea68230
commit c9801de
Showing
8 changed files
with
250 additions
and
245 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 was deleted.
Oops, something went wrong.
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.