Commit ba0f148
committed
refactor(migration): ensure 'triggerJobCompleted' column is added only if it does not exist
- Updated the SQL migration to include the 'IF NOT EXISTS' clause when adding the 'triggerJobCompleted' column to the Onboarding table.
- This change prevents errors during migration if the column already exists, enhancing the robustness of the migration process.1 parent 4c7be5b commit ba0f148
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments