google-nomulus/db/src
Michael Muller 7b673c90db
Use ReplaySpecializer to fix DomainBase replays (#991)
* Use ReplaySpecializer to fix DomainBase replays

DomainBase currently has a number of ancillary objects that require a
cascading delete that doesn't get propagated.  Implement beforeSqlDelete() in
DomainContent to delete these child entities.

* Remove unnecessary Query variable

* Fix rebase error
2021-03-10 17:24:23 -05:00
..
main Use ReplaySpecializer to fix DomainBase replays (#991) 2021-03-10 17:24:23 -05:00
test Enhance the test for forbidden Schema changes (#815) 2020-09-24 12:31:08 -04:00