mirror of
https://github.com/hazemKrimi/crimson-vault.git
synced 2026-05-02 02:30:28 +00:00
wip: versioned migrations using atlas
This commit is contained in:
@@ -29,8 +29,6 @@ func (api *API) Initialize() {
|
||||
ech := echo.New()
|
||||
|
||||
db.Connect(api.ConfigDirectory)
|
||||
db.MigrateClients()
|
||||
db.MigrateUsers()
|
||||
|
||||
api.instance = ech
|
||||
api.db = db
|
||||
|
||||
Reference in New Issue
Block a user