Skip to content

Commit

Permalink
update column name in create table query
Browse files Browse the repository at this point in the history
  • Loading branch information
harisang committed Dec 12, 2024
1 parent 6b15638 commit d6ea342
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions queries/orderbook/create_batch_table.sql
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
-- sample table name for creating the intermediate tables used in the analytics db to store batch data
create table raw_batch_data_latest_odd_month_gnosis (
-- sample table for creating the intermediate tables used in the analytics db to store batch data
create table if not exists table_name (
environment varchar(6) not null,
auction_id bigint not null,
settlement_block bigint,
block_number bigint,
block_deadline bigint not null,
tx_hash bytea,
solver bytea not null,
Expand Down

0 comments on commit d6ea342

Please sign in to comment.