Files
lst/lstV2/database/migrations/0020_empty_thundra.sql

2 lines
153 B
SQL

ALTER TABLE "rfidTags" ALTER COLUMN "counts" SET DEFAULT '[]'::jsonb;--> statement-breakpoint
ALTER TABLE "rfidTags" ALTER COLUMN "counts" DROP NOT NULL;