|
@ -37,7 +37,7 @@ const storeDB = (() => { |
|
|
})(); |
|
|
})(); |
|
|
|
|
|
|
|
|
const store = new SequelizeStore({ |
|
|
const store = new SequelizeStore({ |
|
|
db: storeDB |
|
|
|
|
|
|
|
|
db: storeDB, |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
const Contact = sequelize.define("Contact", { |
|
|
const Contact = sequelize.define("Contact", { |
|
@ -51,7 +51,6 @@ const Contact = sequelize.define("Contact", { |
|
|
}, |
|
|
}, |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
const User = sequelize.define("User", { |
|
|
const User = sequelize.define("User", { |
|
|
telegram: { |
|
|
telegram: { |
|
|
type: DataTypes.INTEGER, |
|
|
type: DataTypes.INTEGER, |
|
|