Commit 1bc1828
authored
Use JSON fixtures instead of SQL migrations in development profile (#790)
* remove dev sql migrations (most of these have been moved into the json fixtures, except for some users, saved queries, and dev settings)
* adapt application-development.yml to bootstrap from fixtures instead of the sql migrations from resources/dev/db/migration
* temporary quick-fix to make sure rdf migrations run after postgres bootstrap from fixtures (rdf migrations will be handled in an upcoming PR)1 parent ca929b4 commit 1bc1828
7 files changed
Lines changed: 7 additions & 753 deletions
File tree
- src/main
- java/org/fairdatapoint/database/rdf/migration
- resources
- dev/db/migration
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
Lines changed: 0 additions & 61 deletions
This file was deleted.
0 commit comments