Commit ca17a11
committed
fix(tests): cast onboardingState to jsonb in migration test
- Updated the SQL query in the onboarding migration test to explicitly cast the onboardingState to jsonb, ensuring proper data type handling during the update process.1 parent e72e498 commit ca17a11
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- apps/backend/prisma/migrations/20260420000000_add_project_onboarding_state/tests
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments