Skip to content

Commit

Permalink
Added table hmda2_journal.journal_export
Browse files Browse the repository at this point in the history
  • Loading branch information
tptignor committed Aug 23, 2024
1 parent fec6a8f commit 5033efc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions hmda-sql-doc/cassandra-scripts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -403,6 +403,9 @@ CREATE TABLE hmda2_journal_beta.metadata (
AND min_index_interval = 128
AND speculative_retry = '99PERCENTILE';

CREATE TABLE hmda2_journal.journal_export (last_export_timebucket text PRIMARY KEY);
INSERT INTO hmda2_journal.journal_export (last_export_timebucket) VALUES ('0000000000000');

CREATE KEYSPACE hmda2_snapshot_beta WITH replication = {'class': 'NetworkTopologyStrategy', 'dc1': '3'} AND durable_writes = true;
CREATE TABLE hmda2_snapshot_beta.snapshot (
persistence_id text,
Expand Down

0 comments on commit 5033efc

Please sign in to comment.