This commit is contained in:
2024-01-23 19:00:57 -05:00
parent 173277cc8b
commit c136b20112
38 changed files with 257 additions and 964 deletions

View File

@ -112,4 +112,6 @@ const userModel = sequelize.define(
}
);
userModel.sync()
module.exports = { userModel };