Commit b83c802
committed
add PropertyRegistryRecord class and db table
Includes:
- db queries
- associated types
- tests
- update to capnp schema (using services/json2capnp/transition_capnp_data/src/capnp/_generating_classes.txt)
New package:
- iso-3166-ts (for the country field so we make it standard two-letter country code)
completes step 1 of #16911 parent 6c1dd9a commit b83c802
File tree
8 files changed
+1450
-3
lines changed- packages
- chaire-lib-backend
- src/models/db
- __tests__
- migrations
- chaire-lib-common
- src/services/propertyRegistry
- __tests__
8 files changed
+1450
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
41 | | - | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
51 | 53 | | |
52 | | - | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments