mirror of https://github.com/usememos/memos.git
chore: fix tests
This commit is contained in:
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…
Reference in New Issue