mirror of
https://github.com/samsonjs/immich.git
synced 2026-04-06 11:15:53 +00:00
* fix: remove config parameter from typeorm cli and update config the config parameter is no longer supported since version 0.3 the config now needs to export a DataSource object to work with the 0.3 cli * fix: update all typeorm entities and migrations to be aligned with database structure * Fixed test-util import databaseConfig * Fixed column mismatch in raw query with new migration * Remove dist build directory when starting dev server Co-authored-by: Alex Tran <alex.tran1502@gmail.com> |
||
|---|---|---|
| .. | ||
| 1645130759468-CreateUserTable.ts | ||
| 1645130777674-CreateDeviceInfoTable.ts | ||
| 1645130805273-CreateAssetsTable.ts | ||
| 1645130817965-CreateExifTable.ts | ||
| 1645130870184-CreateSmartInfoTable.ts | ||
| 1646249209023-AddExifTextSearchColumn.ts | ||
| 1646249734844-CreateExifTextSearchIndex.ts | ||
| 1646709533213-AddRegionCityToExIf.ts | ||
| 1646710459852-AddLocationToExifTextSearch.ts | ||
| 1648317474768-AddObjectColumnToSmartInfo.ts | ||
| 1649643216111-CreateSharedAlbumAndRelatedTables.ts | ||
| 1652633525943-UpdateUserTableWithAdminAndName.ts | ||
| 1653214255670-UpdateAssetTableWithWebpPath.ts | ||
| 1654299904583-UpdateAssetTableWithEncodeVideoPath.ts | ||
| 1655401127251-RenameSharedAlbums.ts | ||
| 1656338626260-RenameIsFirstLoggedInColumn.ts | ||
| 1656888591977-RenameAssetAlbumIdSequence.ts | ||
| 1656888918620-DropExifTextSearchableColumn.ts | ||
| 1656889061566-MatchMigrationsWithTypeORMEntities.ts | ||