forked from OpenGamers/abaddon
remove thing i shouldnt have committed
This commit is contained in:
parent
ffc69576f2
commit
d9cf989813
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user