Add device linking foundation

This commit is contained in:
diyaa
2026-06-24 20:36:35 +02:00
parent babea87140
commit 9bffb005be
6 changed files with 534 additions and 1 deletions
@@ -0,0 +1,3 @@
ALTER TABLE "devices"
ADD COLUMN "linked_at" TIMESTAMP(3),
ADD COLUMN "relinked_at" TIMESTAMP(3);