chore: fix tests

This commit is contained in:
Steven 2024-08-26 08:59:35 +08:00
parent 70837f88cb
commit ccd3fdcd38
7 changed files with 1 additions and 1 deletions

View file

@ -23,7 +23,7 @@ const (
MigrateFileNameSplit = "__"
// LatestSchemaFileName is the name of the latest schema file.
// 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