Commit 90c0776
committed
Make file object key non-nullable
All of the file rows in our production database contain a non-null
object key and Parcelo never sets files' object keys to null, so this
migration is safe for us to perform.1 parent 83b741b commit 90c0776
File tree
3 files changed
+5
-1
lines changed- console/src/main
- kotlin/app/accrescent/parcelo/console/data
- resources/db/migration
3 files changed
+5
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
0 commit comments