Commit 4d23430
committed
feat: Add demo column to company table (main)
This commit adds a boolean 'demo' column to the
company table in the database. The existing job
to delete demo companies is commented out. The
changeSet ID in the changelog is updated.1 parent 5dc1572 commit 4d23430
2 files changed
Lines changed: 3 additions & 3 deletions
File tree
- api/src/main
- java/com/grash/job
- resources/db/changelog
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments