Skip to content

Commit

Permalink
- Added sequelize as a package dependency, and sequelize-cli as a dev…
Browse files Browse the repository at this point in the history
… dependency.

    - First steps towards migrating towards an ORM for database queries and management.
- Fixed error handling.
- Bumped up version to 0.1.9
  • Loading branch information
aa-tree committed Jul 11, 2023
1 parent 835ac67 commit 2674832
Show file tree
Hide file tree
Showing 41 changed files with 1,231 additions and 392 deletions.
14 changes: 13 additions & 1 deletion .gitignore
Expand Up @@ -42,4 +42,16 @@ COMMITMESSAGE.md
docker-compose.yml
index.js.backup
view/
COMBINEDCOMMITMESSAGE
COMBINEDCOMMITMESSAGE
config/config.json
package-withSequelize.json


#Sequelise Temporary Ignore list
models/
config/
migrations/
src/helpers/api/installSequelize.ts
src/helpers/installation.ts
src/helpers/models.ts
.sequelizerc
6 changes: 5 additions & 1 deletion COMMITMESSAGE.md
@@ -1 +1,5 @@
- Fixed bug in the login process.
- Added sequelize as a package dependency, and sequelize-cli as a dev dependency.
- First steps towards migrating towards an ORM for database queries and management.
- Fixed error handling.
- Bumped up version to 0.1.9

0 comments on commit 2674832

Please sign in to comment.