-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup projections for property svc (#708)
* current state * feat: add event listeners * feat: add models to migration * feat: add createFieldTypData eventListener * feat: add allowFreetextUpdated event listener * feat: add removeSelectOptions listener * feat: add selectOptionsUpserted listener * chore: log rollback errors * fix: update selectDataID properly * fix: formatting * feat: add property queries * fix: merge declaration with assignment * chore: regen sqlc models after update * chore: gomodtidy in property-svc * fix: migrations * fix: reduce db queries * fix: remove attributes from create statement * chore: move db into projection struct * fix: remove field_type_datas table * fix: update allowFreetext properly --------- Co-authored-by: Max Schäfer <[email protected]>
- Loading branch information
1 parent
d102452
commit 632f0b4
Showing
36 changed files
with
4,488 additions
and
171 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
408 changes: 408 additions & 0 deletions
408
gen/dart/lib/proto/services/property_svc/v1/property_svc.pb.dart
Large diffs are not rendered by default.
Oops, something went wrong.
20 changes: 20 additions & 0 deletions
20
gen/dart/lib/proto/services/property_svc/v1/property_svc.pbgrpc.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
92 changes: 92 additions & 0 deletions
92
gen/dart/lib/proto/services/property_svc/v1/property_svc.pbjson.dart
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.