mirror of
https://github.com/usememos/memos.git
synced 2025-11-08 08:21:49 +08:00
chore: tweak latest schema file name
This commit is contained in:
parent
35b0bd82f4
commit
fa2b01cfb1
7 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,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.sql"
|
||||
)
|
||||
|
||||
// Migrate applies the latest schema to the database.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue