mirror of
https://github.com/dfpc-coe/CloudTAK.git
synced 2025-12-22 05:37:16 +00:00
Update Share Column
This commit is contained in:
@@ -1 +1,3 @@
|
|||||||
ALTER TABLE "video_lease" ADD COLUMN "share" boolean DEFAULT false NOT NULL;
|
ALTER TABLE "video_lease" ADD COLUMN "share" boolean DEFAULT false NOT NULL;
|
||||||
|
|
||||||
|
UPDATE "video_lease" SET "share" = true WHERE "channel" IS NOT NULL;
|
||||||
|
|||||||
Reference in New Issue
Block a user