feat(destinations): add createdAt timestamp and display creation date

This commit is contained in:
Mauricio Siu
2025-03-06 23:46:21 -06:00
parent 6166963b00
commit 29eb490e2d
7 changed files with 5209 additions and 44 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE "destination" ADD COLUMN "createdAt" timestamp DEFAULT now() NOT NULL;

File diff suppressed because it is too large Load Diff

View File

@@ -491,6 +491,13 @@
"when": 1741152916611,
"tag": "0069_legal_bill_hollister",
"breakpoints": true
},
{
"idx": 70,
"version": "7",
"when": 1741322697251,
"tag": "0070_useful_serpent_society",
"breakpoints": true
}
]
}