diff options
author | Christian Grothoff <christian@grothoff.org> | 2022-08-20 21:29:29 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2022-08-20 21:29:36 +0200 |
commit | a046899b2ccd452f786051a41bc385cfb574bbcb (patch) | |
tree | 2519ab15a6871c8090f05e7682037172a2b23696 /src/exchangedb/shard-0001-part.sql | |
parent | 516d8e30ed7fb0e75d433f4df17751901425c6f8 (diff) |
-major KYC update, fixes misc. issues
Diffstat (limited to 'src/exchangedb/shard-0001-part.sql')
-rw-r--r-- | src/exchangedb/shard-0001-part.sql | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/exchangedb/shard-0001-part.sql b/src/exchangedb/shard-0001-part.sql index 629dac537..5ee7fbf29 100644 --- a/src/exchangedb/shard-0001-part.sql +++ b/src/exchangedb/shard-0001-part.sql @@ -31,6 +31,13 @@ BEGIN PERFORM create_table_reserves(shard_suffix); + PERFORM create_table_legitimization_requirements(shard_suffix); + PERFORM add_constraints_to_legitimization_requirements_partition(shard_suffix); + + PERFORM create_table_legitimization_processes(shard_suffix); + PERFORM add_constraints_to_legitimization_processes_partition(shard_suffix); + + PERFORM create_table_reserves_in(shard_suffix); PERFORM add_constraints_to_reserves_in_partition(shard_suffix); |