Commit fa2b01cf authored by Steven's avatar Steven

chore: tweak latest schema file name

parent 35b0bd82
...@@ -29,7 +29,7 @@ const ( ...@@ -29,7 +29,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.sql"
) )
// Migrate applies the latest schema to the database. // Migrate applies the latest schema to the database.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment