mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
feat: move community projects and guides to immich-aweseome (#23016)
This commit is contained in:
parent
8b8012f89d
commit
3ea8d140a2
9 changed files with 8 additions and 298 deletions
|
|
@ -16,7 +16,9 @@ export async function up(db: Kysely<any>): Promise<void> {
|
|||
rows: [lastMigration],
|
||||
} = await lastMigrationSql.execute(db);
|
||||
if (lastMigration?.name !== 'AddMissingIndex1744910873956') {
|
||||
throw new Error('Invalid upgrade path. For more information, see https://immich.app/errors#typeorm-upgrade');
|
||||
throw new Error(
|
||||
'Invalid upgrade path. For more information, see https://docs.immich.app/errors/#typeorm-upgrade',
|
||||
);
|
||||
}
|
||||
logger.log('Database has up to date TypeORM migrations, skipping initial Kysely migration');
|
||||
return;
|
||||
|
|
|
|||
|
|
@ -115,7 +115,7 @@ export class StorageService extends BaseService {
|
|||
|
||||
if (!path.startsWith(previous)) {
|
||||
throw new Error(
|
||||
'Detected an inconsistent media location. For more information, see https://immich.app/errors#inconsistent-media-location',
|
||||
'Detected an inconsistent media location. For more information, see https://docs.immich.app/errors#inconsistent-media-location',
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue