chore: fix tests

pull/3844/head
Steven 9 months ago
parent 70837f88cb
commit ccd3fdcd38

@ -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

Loading…
Cancel
Save