Skip to content

Commit

Permalink
🚮 Remove drop table guilds
Browse files Browse the repository at this point in the history
  • Loading branch information
tookender committed May 18, 2024
1 parent 5e974dd commit b90a1ed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ BEGIN
END
$$;

DROP TABLE IF EXISTS guilds;

CREATE TABLE IF NOT EXISTS levels (
guild_id BIGINT NOT NULL,
user_id BIGINT PRIMARY KEY,
Expand Down

0 comments on commit b90a1ed

Please sign in to comment.