feat: add updatedAt field to tour from DL Api

This commit is contained in:
Marcel Arndt
2025-06-30 07:53:53 +02:00
parent 5f37743019
commit b9fd09a79f
10 changed files with 38 additions and 0 deletions
@@ -0,0 +1,8 @@
-- AlterTable
ALTER TABLE "Tour" ADD COLUMN "updatedAt" TIMESTAMP(3);
-- AlterTable
ALTER TABLE "TourSource" ADD COLUMN "lastUpdate" TEXT;
-- AlterTable
ALTER TABLE "TourStaging" ADD COLUMN "updatedAt" TIMESTAMP(3);