big ole refactor
This commit is contained in:
9
internal/db/migrations/migrations.go
Normal file
9
internal/db/migrations/migrations.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Package migrations defines the database migrations to apply when using the migrate tags
|
||||
package migrations
|
||||
|
||||
import (
|
||||
"github.com/uptrace/bun/migrate"
|
||||
)
|
||||
|
||||
// Migrations is the collection of all database migrations
|
||||
var Migrations = migrate.NewMigrations()
|
||||
Reference in New Issue
Block a user