mirror of
https://github.com/usememos/memos.git
synced 2025-02-21 05:40:57 +01:00
chore: fix tests
This commit is contained in:
parent
70837f88cb
commit
ccd3fdcd38
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user