Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
aradwann committed Mar 17, 2024
1 parent 3f2ed18 commit de9b1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ protoc:
evans:
evans --host localhost --port 9090 -r repl

.PHONEY: createdb dropdb migrateup migrateup1 migratedown migratedown1 test server protoc evans migrateprocsup
.PHONEY: createdb dropdb migrateup migrateup1 migratedown migratedown1 test server protoc evans

2 changes: 1 addition & 1 deletion db/store/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func RunDBMigrations(db *sql.DB, migrationsURL string) {
slog.Info("DB migrated successfully")

// Run unversioned migrations
err = runUnversionedMigrations(db, "./db/migrations/procs")
err = runUnversionedMigrations(db, "./db/migrations/functions")
if err != nil {
slog.Error("Error applying unversioned migrations:", err)
os.Exit(1)
Expand Down

0 comments on commit de9b1eb

Please sign in to comment.