diff --git a/store/migrator.go b/store/migrator.go index 9c2cb62..a78dadb 100644 --- a/store/migrator.go +++ b/store/migrator.go @@ -22,8 +22,6 @@ import ( //go:embed migration var migrationFS embed.FS - - const ( // MigrateFileNameSplit is the split character between the patch version and the description in the migration file name. // For example, "1__create_table.sql".