mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
managed
This commit is contained in:
@@ -50,7 +50,7 @@ const IntegerNames = sequelize.define('IntegerNames', {
|
||||
name: {
|
||||
type: DataTypes.STRING,
|
||||
},
|
||||
}, {});
|
||||
});
|
||||
|
||||
// Create the database defined by `sequelize.define`.
|
||||
await IntegerNames.sync({force: true})
|
||||
|
||||
Reference in New Issue
Block a user