diff --git a/db/migrations/1691403617268-Data.js b/db/migrations/1691403766004-Data.js similarity index 99% rename from db/migrations/1691403617268-Data.js rename to db/migrations/1691403766004-Data.js index 1ef5d5f90..b59d7edd2 100644 --- a/db/migrations/1691403617268-Data.js +++ b/db/migrations/1691403766004-Data.js @@ -1,5 +1,5 @@ -module.exports = class Data1691403617268 { - name = 'Data1691403617268' +module.exports = class Data1691403766004 { + name = 'Data1691403766004' async up(db) { await db.query(`CREATE TABLE "channel_follow" ("id" character varying NOT NULL, "user_id" character varying, "channel_id" text NOT NULL, "timestamp" TIMESTAMP WITH TIME ZONE NOT NULL, CONSTRAINT "PK_9410df2b9a316af3f0d216f9487" PRIMARY KEY ("id"))`) diff --git a/db/migrations/2000000000000-Views.js b/db/migrations/2000000000000-Views.js index f3510325a..9473eb196 100644 --- a/db/migrations/2000000000000-Views.js +++ b/db/migrations/2000000000000-Views.js @@ -72,6 +72,7 @@ module.exports = class Views2000000000000 { report: ['FALSE'], exclusion: ['FALSE'], session: ['FALSE'], + channel_verification: ['False'], user: ['FALSE'], account: ['FALSE'], token: ['FALSE'],