mirror of
https://github.com/google/nomulus.git
synced 2025-05-22 04:09:46 +02:00
Use TransactionManager APIs in DatastoreHelper (#849)
* Make DatastoreHelper support Postgresql * Rebase on HEAD * Resolve comments * Use put* inside insert* and update* * Resolve comments
This commit is contained in:
parent
6f3b382a2d
commit
2000ea2d60
30 changed files with 979 additions and 299 deletions
|
@ -646,7 +646,7 @@
|
|||
registry_lock_or_unlock_cost_currency text,
|
||||
renew_billing_cost_transitions hstore not null,
|
||||
renew_grace_period_length interval not null,
|
||||
reserved_list_names text[] not null,
|
||||
reserved_list_names text[],
|
||||
restore_billing_cost_amount numeric(19, 2),
|
||||
restore_billing_cost_currency text,
|
||||
roid_suffix text,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue