Skip to content

Commit

Permalink
chore: tweak latest schema file name
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 1, 2024
1 parent 35b0bd8 commit fa2b01c
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion store/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa2b01c

Please sign in to comment.