feat: allow unordered migrations in dev (#19881)
This commit is contained in:
@@ -334,6 +334,10 @@ export class ConfigRepository {
|
||||
return cached;
|
||||
}
|
||||
|
||||
isDev() {
|
||||
return this.getEnv().environment === ImmichEnvironment.DEVELOPMENT;
|
||||
}
|
||||
|
||||
getWorker() {
|
||||
return this.worker;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user