From 3384bb8f45b81e893f1b3bfbb0c8410c49b11bd9 Mon Sep 17 00:00:00 2001 From: CJ_Clippy Date: Fri, 2 Aug 2024 14:21:59 -0800 Subject: [PATCH] unpatch 00002 --- services/migrations/migrations/00002_add-records-table.sql | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/services/migrations/migrations/00002_add-records-table.sql b/services/migrations/migrations/00002_add-records-table.sql index e00c208..21f13f3 100644 --- a/services/migrations/migrations/00002_add-records-table.sql +++ b/services/migrations/migrations/00002_add-records-table.sql @@ -3,9 +3,7 @@ CREATE TABLE api.records ( id INT PRIMARY KEY GENERATED ALWAYS AS IDENTITY, url TEXT NOT NULL, discord_message_id TEXT NOT NULL, - is_aborted BOOLEAN DEFAULT FALSE, - recording_state TEXT NOT NULL, - file_size BIGINT NOT NULL + is_aborted BOOLEAN DEFAULT FALSE ); -- roles & permissions for our backend automation user