Correção de nome da tabelad StatusChatEnd para StatusChatEnds
parent
db10b45955
commit
85cf4863d6
|
@ -3,7 +3,7 @@ import { QueryInterface } from "sequelize";
|
|||
module.exports = {
|
||||
up: (queryInterface: QueryInterface) => {
|
||||
return queryInterface.bulkInsert(
|
||||
"StatusChatEnd",
|
||||
"StatusChatEnds",
|
||||
[
|
||||
{
|
||||
name: "SEM RETORNO DO CLIENTE",
|
||||
|
@ -26,6 +26,6 @@ module.exports = {
|
|||
},
|
||||
|
||||
down: (queryInterface: QueryInterface) => {
|
||||
return queryInterface.bulkDelete("StatusChatEnd", {});
|
||||
return queryInterface.bulkDelete("StatusChatEnds", {});
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue