From 97abb5e26319a9d3fd9d5855c0becde965675bd0 Mon Sep 17 00:00:00 2001 From: Akis Date: Sun, 8 Jan 2023 21:28:00 +0200 Subject: [PATCH] aaaa --- src/lib/server/db.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/server/db.ts b/src/lib/server/db.ts index a4d4be0..82537cf 100644 --- a/src/lib/server/db.ts +++ b/src/lib/server/db.ts @@ -25,7 +25,7 @@ if (!building) { table.string("author").notNullable(); table.string("link").nullable(); table.bigInteger("created").notNullable(); - table.timestamps(); + table.timestamps(true, true, true); }); } } \ No newline at end of file