chore: add initial prisma migration
This commit is contained in:
@@ -3,6 +3,8 @@ dist/
|
||||
.env
|
||||
.env.*
|
||||
*.local
|
||||
.local-tools/
|
||||
.local-data/
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,3 @@
|
||||
# Please do not edit this file manually
|
||||
# It should be added in your version-control system (e.g., Git)
|
||||
provider = "postgresql"
|
||||
Reference in New Issue
Block a user