wip: scheduled backups
fix: file locations vendor unlocking
This commit is contained in:
@@ -17,13 +17,6 @@ class StandalonePostgresqlSeeder extends Seeder
|
||||
'environment_id' => 1,
|
||||
'destination_id' => 1,
|
||||
'destination_type' => StandaloneDocker::class,
|
||||
'init_scripts' => [
|
||||
[
|
||||
'index' => 0,
|
||||
'filename' => 'init_test_db.sql',
|
||||
'content' => 'CREATE DATABASE test;'
|
||||
]
|
||||
]
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user