[PR #591] [MERGED] fix(server): change the createdAt and modifiedAt to the correct type in database #8686

Closed
opened 2026-02-05 13:51:30 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/591
Author: @alextran1502
Created: 9/6/2022
Status: Merged
Merged: 9/6/2022
Merged by: @alextran1502

Base: mainHead: feat-migrate-time-column-to-correct-type


📝 Commits (2)

  • fb99a81 Added migration files
  • 64bd703 Remove type casting in sql query

📊 Changes

3 files changed (+34 additions, -13 deletions)

View changed files

📝 server/apps/immich/src/api-v1/asset/asset-repository.ts (+11 -11)
📝 server/libs/database/src/entities/asset.entity.ts (+2 -2)
server/libs/database/src/migrations/1662427365521-FixTimestampDataTypeInAssetTable.ts (+21 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/591 **Author:** [@alextran1502](https://github.com/alextran1502) **Created:** 9/6/2022 **Status:** ✅ Merged **Merged:** 9/6/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `feat-migrate-time-column-to-correct-type` --- ### 📝 Commits (2) - [`fb99a81`](https://github.com/immich-app/immich/commit/fb99a81b59b7441d9239b805fe76b6c41f277519) Added migration files - [`64bd703`](https://github.com/immich-app/immich/commit/64bd7032493dc5da3bf7cbc46c140f1cb185856f) Remove type casting in sql query ### 📊 Changes **3 files changed** (+34 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `server/apps/immich/src/api-v1/asset/asset-repository.ts` (+11 -11) 📝 `server/libs/database/src/entities/asset.entity.ts` (+2 -2) ➕ `server/libs/database/src/migrations/1662427365521-FixTimestampDataTypeInAssetTable.ts` (+21 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:51:30 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8686