We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9eceef1 commit 8fafb32Copy full SHA for 8fafb32
Tekst-API/tekst/db/migrations/migration_0_50_0b0.py
@@ -8,7 +8,7 @@ async def migration(db: Database) -> None:
8
{},
9
{
10
"$set": {
11
- "created_at": datetime.now(UTC),
+ "created_at": datetime.min.replace(tzinfo=UTC), # earliest possible
12
"archived": False,
13
}
14
},
0 commit comments