mirror of
https://github.com/cheveguerra/whaticket-community.git
synced 2026-04-18 19:59:20 +00:00
feat: removed optionNumber from queues assocs
This commit is contained in:
@@ -3,9 +3,6 @@ import { QueryInterface, DataTypes } from "sequelize";
|
||||
module.exports = {
|
||||
up: (queryInterface: QueryInterface) => {
|
||||
return queryInterface.createTable("WhatsappQueues", {
|
||||
optionNumber: {
|
||||
type: DataTypes.INTEGER
|
||||
},
|
||||
whatsappId: {
|
||||
type: DataTypes.INTEGER,
|
||||
primaryKey: true
|
||||
|
||||
Reference in New Issue
Block a user