Commit 6651f86
committed
chore: update dependencies and add database migration workflow
- Updated the "next" dependency version to "^15.4.0-canary.60" in package.json and bun.lock.
- Added a new GitHub Actions workflow for running database migrations on push and manual triggers.
- Ensured the workflow installs dependencies using Bun and applies migrations using Prisma.1 parent 433bfd0 commit 6651f86
File tree
4 files changed
+1252
-1213
lines changed- .github/workflows
4 files changed
+1252
-1213
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
4959 | 4959 | | |
4960 | 4960 | | |
4961 | 4961 | | |
| 4962 | + | |
| 4963 | + | |
4962 | 4964 | | |
4963 | 4965 | | |
4964 | 4966 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments