Skip to content

Commit

Permalink
old migrate
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdimcheik committed Mar 9, 2024
1 parent 1026483 commit 6c29108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/migrate.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const migrate = async () => {

// this line is to be deleted later //////////////////////////////////////
// Drop the existing database if it exists
// await database.query(`drop database if exists ${DB_NAME}`);
await database.query(`drop database if exists ${DB_NAME}`);

// Create a new database with the specified name
// await database.query(`create database ${DB_NAME}`);
Expand Down

0 comments on commit 6c29108

Please sign in to comment.