Skip to content

Commit

Permalink
fixed init table error
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybabb committed Oct 1, 2024
1 parent 8633e18 commit 1ad41af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/temporal-table-procs/initialize-tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ CREATE OR REPLACE TABLE `clinvar_ingest.voi_scv`
deleted_count INT64
);

CREATE OR REPLACE TABLE `clinvar_ingest.voi_scv`
CREATE OR REPLACE TABLE `clinvar_ingest.voi_top_group_change`
(
variation_id STRING,
rpt_stmt_type STRING,
Expand Down

0 comments on commit 1ad41af

Please sign in to comment.