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