Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.

Commit

Permalink
fix: [HOTFIX] default column to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
nicjohnson145 committed Aug 9, 2022
1 parent 1427da3 commit d56c9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/db/migrations.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ func createMigrations() *migrate.MemoryMigrationSource {
drink
ADD COLUMN
tags TEXT
NOT
NULL
DEFAULT
""
;
`},
Down: []string{`
Expand Down

0 comments on commit d56c9a1

Please sign in to comment.