Skip to content

Commit

Permalink
💯 Remove drop table statement, not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed May 18, 2024
1 parent d4c887a commit 5e974dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ CREATE TABLE IF NOT EXISTS log_channels (
CONSTRAINT fk_log_channels_guild_id FOREIGN KEY (guild_id) REFERENCES guilds(guild_id) ON DELETE CASCADE
);

DROP TABLE logging_events;
CREATE TABLE IF NOT EXISTS logging_events (
guild_id BIGINT PRIMARY KEY,
message_delete BOOLEAN DEFAULT true NOT NULL,
Expand Down

0 comments on commit 5e974dd

Please sign in to comment.