diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:16:11 +1000 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-08-22 22:16:11 +1000 |
commit | 8720744091e71efe0b2e5f88956e1e0a2e9ef702 (patch) | |
tree | f00521f59f3c2ece7e790f2d0b8469c051586a92 /scripts/droptables.sql | |
parent | Actually respect with_mutual_guilds (diff) | |
parent | Merge remote-tracking branch 'Puyodead1/patch/prettier-config' into staging (diff) | |
download | server-8720744091e71efe0b2e5f88956e1e0a2e9ef702.tar.xz |
Merge remote-tracking branch 'upstream/staging' into fix/sendMemberInProfile
Diffstat (limited to 'scripts/droptables.sql')
-rw-r--r-- | scripts/droptables.sql | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/scripts/droptables.sql b/scripts/droptables.sql new file mode 100644 index 00000000..8a852048 --- /dev/null +++ b/scripts/droptables.sql @@ -0,0 +1,31 @@ +DROP TABLE applications; +DROP TABLE attachments; +DROP TABLE audit_logs; +DROP TABLE bans; +DROP TABLE connected_accounts; +DROP TABLE emojis; +DROP TABLE invites; +DROP TABLE member_roles; +DROP TABLE message_channel_mentions; +DROP TABLE message_role_mentions; +DROP TABLE message_stickers; +DROP TABLE message_user_mentions; +DROP TABLE messages; +DROP TABLE rate_limits; +DROP TABLE read_states; +DROP TABLE recipients; +DROP TABLE relationships; +DROP TABLE roles; +DROP TABLE sessions; +DROP TABLE stickers; +DROP TABLE team_members; +DROP TABLE teams; +DROP TABLE templates; +DROP TABLE voice_states; +DROP TABLE webhooks; +DROP TABLE channels; +DROP TABLE members; +DROP TABLE guilds; +DROP TABLE client_release; +-- DROP TABLE users; +-- DROP TABLE config; \ No newline at end of file |