mirror of
https://github.com/google/nomulus
synced 2026-09-04 07:07:20 +00: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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user