Initial commit: YouTube Studio Flow (backend, frontend, infrastructure, docs)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE "QuotaLog" ADD COLUMN "actionId" TEXT;
|
||||
ALTER TABLE "QuotaLog" ADD COLUMN "actionType" TEXT;
|
||||
CREATE INDEX "QuotaLog_actionId_idx" ON "QuotaLog"("actionId");
|
||||
Reference in New Issue
Block a user