TP-78265 | collection np access aman singh
This commit is contained in:
@@ -16,6 +16,7 @@ func RunDatabaseMigrations() error {
|
||||
var err error
|
||||
postgresConfig := configs.GetPostgresMigConfig()
|
||||
appMigrate, err := migrate.New("file://"+dbMigrationsPath, postgresConfig.GetPostgresUrl())
|
||||
|
||||
if err != nil {
|
||||
log.Log.GetLog().Error("migrations error", zap.Error(err))
|
||||
panic(err)
|
||||
|
||||
@@ -1 +1 @@
|
||||
create database cybertron_dev;
|
||||
create database cybertron_dev;
|
||||
|
||||
Reference in New Issue
Block a user