Commit 67e46d8
OUT-4029 | Drop Tasks.label column and Labels table
Removes the label field from the Task Prisma model, deletes the Label model,
and adds the destructive migration (ALTER TABLE Tasks DROP COLUMN label; DROP
TABLE Labels). Runs via prisma migrate deploy in scripts/build.sh at deploy.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent e49b7ad commit 67e46d8
3 files changed
Lines changed: 2 additions & 13 deletions
File tree
- prisma
- migrations/20260825000000_drop_task_label_and_labels_table
- schema
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments