feat(rfid): reader and tag db completed

This commit is contained in:
2025-03-16 15:32:21 -05:00
parent 3ea6dc5bc4
commit 33803a69a6
15 changed files with 18478 additions and 12033 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE "rfidTags" ALTER COLUMN "counts" SET DEFAULT '[]'::jsonb;--> statement-breakpoint
ALTER TABLE "rfidTags" ALTER COLUMN "counts" DROP NOT NULL;