Change name of Sql messenger table for compat with changes in the previous commit

This commit is contained in:
Luck 2018-07-15 22:49:09 -07:00
parent 07469599bc
commit 2f7fce2109
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -86,6 +86,6 @@ public class SqlMessenger extends AbstractSqlMessenger {
@Override
protected String getTableName() {
return this.sqlDao.getStatementProcessor().apply("{prefix}messages");
return this.sqlDao.getStatementProcessor().apply("{prefix}messenger");
}
}