remove thing i shouldnt have committed

This commit is contained in:
ouwou 2022-05-19 03:15:27 -04:00
parent ffc69576f2
commit d9cf989813

View File

@ -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());