Commit ccd3fdcd authored by Steven's avatar Steven

chore: fix tests

parent 70837f88
...@@ -23,7 +23,7 @@ const ( ...@@ -23,7 +23,7 @@ const (
MigrateFileNameSplit = "__" MigrateFileNameSplit = "__"
// LatestSchemaFileName is the name of the latest schema file. // LatestSchemaFileName is the name of the latest schema file.
// This file is used to apply the latest schema when no migration history is found. // This file is used to apply the latest schema when no migration history is found.
LatestSchemaFileName = "latest_schema.sql" LatestSchemaFileName = "LATEST_SCHEMA.sql"
) )
//go:embed migration //go:embed migration
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment