Skip to content
This repository has been archived by the owner on Jun 19, 2020. It is now read-only.

Commit

Permalink
Temporary fix BAT issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Trikolon committed Jul 9, 2018
1 parent 005478a commit 0b3d523
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/sql/models/warn.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default (sequelize, DataTypes) => {
const tableOptions = {
tableName: 'BAT_comments',
tableName: 'bat_comments',
// TODO: change this back to BAT_comments once issue with BAT is fixed
timestamps: false,
};

Expand Down

0 comments on commit 0b3d523

Please sign in to comment.