Skip to content

Commit

Permalink
node
Browse files Browse the repository at this point in the history
  • Loading branch information
yaskisoba committed Dec 13, 2023
1 parent 524ae92 commit f4d4af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/models/schemas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const sequelize = new Sequelize(
{
host: '104.154.26.234',
dialect: 'mysql',
dialectModule: mysql2// Por exemplo, 'mysql', 'postgres', 'sqlite', etc.
// Outras opções, se necessário
}
);



fs
.readdirSync(__dirname)
.filter(file => {
Expand Down

0 comments on commit f4d4af6

Please sign in to comment.