File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,14 @@ public function run(): void
17
17
ServerSeeder::class,
18
18
ServerSettingSeeder::class,
19
19
ProjectSeeder::class,
20
- ProjectSettingSeeder::class,
21
- EnvironmentSeeder::class,
22
20
StandaloneDockerSeeder::class,
23
- SwarmDockerSeeder::class,
24
- KubernetesSeeder::class,
25
21
GithubAppSeeder::class,
26
22
GitlabAppSeeder::class,
27
23
ApplicationSeeder::class,
28
24
ApplicationSettingsSeeder::class,
29
- ApplicationPreviewSeeder::class,
30
- EnvironmentVariableSeeder::class,
31
25
LocalPersistentVolumeSeeder::class,
32
26
S3StorageSeeder::class,
33
27
StandalonePostgresqlSeeder::class,
34
- ScheduledDatabaseBackupSeeder::class,
35
- ScheduledDatabaseBackupExecutionSeeder::class,
36
28
OauthSettingSeeder::class,
37
29
]);
38
30
}
You can’t perform that action at this time.
0 commit comments