Added init migration, moved ORM config into separate file, updated .gitignore file

This commit is contained in:
2024-12-25 01:16:07 +01:00
parent d299528c26
commit 125d3a3f66
5 changed files with 112 additions and 26 deletions

1
.gitignore vendored
View File

@ -311,5 +311,6 @@ $RECYCLE.BIN/
# MikroORM
temp/**
migrations/*.json
# End of https://www.toptal.com/developers/gitignore/api/node,jetbrains+all,visualstudiocode,macos,windows