summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/discord/store.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/discord/store.cpp b/src/discord/store.cpp
index f11206a..901192a 100644
--- a/src/discord/store.cpp
+++ b/src/discord/store.cpp
@@ -2180,8 +2180,6 @@ bool Store::CreateStatements() {
m_stmt_clr_role = std::make_unique<Statement>(m_db, R"(
DELETE FROM roles
WHERE id = ?1;
- DELETE FROM member_roles
- WHERE role = ?1;
)");
if (!m_stmt_clr_role->OK()) {
fprintf(stderr, "failed to prepare clear role statement: %s\n", m_db.ErrStr());