Skip to content

Commit 04e12d7

Browse files
authored
Merge pull request #1039 from PayButton/fix/prisma-folder-name
fix: prisma folder name
2 parents 97d3b32 + 0773c1e commit 04e12d7

65 files changed

Lines changed: 138681 additions & 3059 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ yarn-error.log*
3333
# vercel
3434
.vercel
3535

36-
/prisma/seeds/prices.csv
36+
/prisma-local/seeds/prices.csv
3737
redis/dump.rdb
38-
prisma/seeds/productionTxs.csv
38+
prisma-local/seeds/productionTxs.csv
3939
paybutton-config.json
4040

4141
dump.sql*

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@emotion/react": "^11.8.2",
2626
"@emotion/styled": "^11.8.1",
2727
"@paybutton/react": "latest",
28-
"@prisma/client": "^6.3.1",
28+
"@prisma/client": "^6.14.0",
2929
"@types/cors": "^2.8.10",
3030
"@types/express": "^4.17.11",
3131
"@types/helmet": "^4.0.0",
@@ -102,8 +102,5 @@
102102
"*.ts?(x)": [
103103
"yarn eslint --fix"
104104
]
105-
},
106-
"prisma": {
107-
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} -r tsconfig-paths/register prisma/seed.ts"
108105
}
109106
}

prisma/migrations/20220715134600_init/migration.sql renamed to prisma-local/migrations/20220715134600_init/migration.sql

File renamed without changes.

prisma/migrations/20230818181919_admin_user/migration.sql renamed to prisma-local/migrations/20230818181919_admin_user/migration.sql

File renamed without changes.

prisma/migrations/20230823163524_triggers/migration.sql renamed to prisma-local/migrations/20230823163524_triggers/migration.sql

File renamed without changes.

prisma/migrations/20230831194209_trigger_logs/migration.sql renamed to prisma-local/migrations/20230831194209_trigger_logs/migration.sql

File renamed without changes.

prisma/migrations/20230905163432_nullable_provider_user_id/migration.sql renamed to prisma-local/migrations/20230905163432_nullable_provider_user_id/migration.sql

File renamed without changes.

prisma/migrations/20230905163536_post_url_bigger/migration.sql renamed to prisma-local/migrations/20230905163536_post_url_bigger/migration.sql

File renamed without changes.

prisma/migrations/20230919182831_button_url_and_description/migration.sql renamed to prisma-local/migrations/20230919182831_button_url_and_description/migration.sql

File renamed without changes.

0 commit comments

Comments
 (0)