chore: tweak latest schema file

This commit is contained in:
Steven 2024-09-01 17:26:28 +08:00
parent 3937abb17b
commit c5a38d14ad
5 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,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.