Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE "Team"
|
||||
ADD COLUMN "conflictDetectionEnabled" BOOLEAN NOT NULL DEFAULT false,
|
||||
ADD COLUMN "conflictDetectionBatchSize" INTEGER NOT NULL DEFAULT 50,
|
||||
ADD COLUMN "conflictDetectionMinAgeDays" INTEGER NOT NULL DEFAULT 7;
|
||||
|
||||
ALTER TABLE "Video"
|
||||
ADD COLUMN "pendingRemoteSnapshot" JSONB,
|
||||
ADD COLUMN "pendingRemoteDescription" TEXT;
|
||||
Reference in New Issue
Block a user