+
@@ -3155,6 +3197,30 @@ td.section {
token ←(0..many) public.BillingEvent.allocation_token |
|
+
+ |
+
+
+ fk_domain_current_package_token |
+ [foreign key, with no action] |
+
+
+ |
+ token ←(0..many) public.Domain.current_package_token |
+ |
+
+
+ |
+
+
+ fk_domain_history_current_package_token |
+ [foreign key, with no action] |
+
+
+ |
+ token ←(0..many) public.DomainHistory.current_package_token |
+ |
+
@@ -4334,6 +4400,11 @@ td.section {
dns_refresh_request_time |
timestamptz |
+
+ |
+ current_package_token |
+ text |
+
|
@@ -4361,6 +4432,18 @@ td.section {
|
+
+ fk_domain_current_package_token |
+ [foreign key, with no action] |
+
+
+ |
+ current_package_token (0..many)→ public.AllocationToken.token |
+ |
+
+
+ |
+
fk_domain_transfer_billing_cancellation_id |
[foreign key, with no action] |
@@ -4698,6 +4781,11 @@ td.section {
domain_repo_id |
text not null |
+
+ |
+ current_package_token |
+ text |
+
|
@@ -4730,6 +4818,18 @@ td.section {
|
+
+ fk_domain_history_current_package_token |
+ [foreign key, with no action] |
+
+
+ |
+ current_package_token (0..many)→ public.AllocationToken.token |
+ |
+
+
+ |
+
fk_domain_history_domain_repo_id |
[foreign key, with no action] |
diff --git a/db/src/main/resources/sql/er_diagram/full_er_diagram.html b/db/src/main/resources/sql/er_diagram/full_er_diagram.html
index 5e3d7265b..f965ec8fd 100644
--- a/db/src/main/resources/sql/er_diagram/full_er_diagram.html
+++ b/db/src/main/resources/sql/er_diagram/full_er_diagram.html
@@ -261,6148 +261,6190 @@ td.section {
generated on |
- 2022-07-15 18:56:28.677292 |
+ 2022-07-28 19:22:40.104008 |
last flyway file |
- V121__drop_sql_checkpoint_and_txn.sql |
+ V122__add_current_package_token_to_domain.sql |
-