Skip to content

Commit 43a7b74

Browse files
Added missing migration
1 parent 8d49837 commit 43a7b74

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP TABLE QOTW_SUBMISSIONS;

src/main/resources/database/schema.sql

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,6 @@ CREATE TABLE qotw_points
5353
points BIGINT NOT NULL DEFAULT 0
5454
);
5555

56-
CREATE TABLE qotw_submissions
57-
(
58-
thread_id BIGINT PRIMARY KEY,
59-
question_number INTEGER NOT NULL,
60-
guild_id BIGINT NOT NULL,
61-
author_id BIGINT NOT NULL,
62-
status INTEGER NOT NULL DEFAULT 0
63-
);
64-
6556
// Warn
6657
CREATE TABLE warn
6758
(

0 commit comments

Comments
 (0)