diff options
author | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-10 10:39:10 +0200 |
---|---|---|
committer | xAlpharax <42233094+xAlpharax@users.noreply.github.com> | 2023-12-10 10:39:10 +0200 |
commit | eee6ceae4c018bec8f9c9131b1d51a2479ddd288 (patch) | |
tree | 953740d4ad32963f6f83268c883bdd3f3000ee19 /backend/prisma/migrations/migration_lock.toml | |
parent | 17a5bdc4236eb0d2f2ca31a5fa6d743f9fe46ccc (diff) |
Made the backend to point to the frontend after google authentication.
Changes to be committed:
modified: backend/index.js
new file: backend/prisma/migrations/20231210070441_mig1/migration.sql
new file: backend/prisma/migrations/migration_lock.toml
Diffstat (limited to 'backend/prisma/migrations/migration_lock.toml')
-rw-r--r-- | backend/prisma/migrations/migration_lock.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/prisma/migrations/migration_lock.toml b/backend/prisma/migrations/migration_lock.toml new file mode 100644 index 0000000..e5a788a --- /dev/null +++ b/backend/prisma/migrations/migration_lock.toml @@ -0,0 +1,3 @@ +# Please do not edit this file manually +# It should be added in your version-control system (i.e. Git) +provider = "mysql"
\ No newline at end of file |