From e904e9634548e47d611bdcbb88d7b180b927fd5f Mon Sep 17 00:00:00 2001 From: JustZvan Date: Fri, 6 Feb 2026 12:16:40 +0100 Subject: feat: initial commit! --- drizzle/20260115112155_parched_night_thrasher/migration.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 drizzle/20260115112155_parched_night_thrasher/migration.sql (limited to 'drizzle/20260115112155_parched_night_thrasher/migration.sql') diff --git a/drizzle/20260115112155_parched_night_thrasher/migration.sql b/drizzle/20260115112155_parched_night_thrasher/migration.sql new file mode 100644 index 0000000..5155288 --- /dev/null +++ b/drizzle/20260115112155_parched_night_thrasher/migration.sql @@ -0,0 +1 @@ +ALTER TABLE "linkedDevices" ADD COLUMN "last_online" integer; \ No newline at end of file -- cgit v1.2.3