Skip to content

Commit 0832ff0

Browse files
authored
add impression.spend_estimate column to schema (which is present in actual DB) (#214)
1 parent 3a732e9 commit 0832ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/unified_schema.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ CREATE TABLE impressions (
5555
max_impressions integer,
5656
potential_reach_min bigint,
5757
potential_reach_max bigint,
58+
spend_estimate numeric(9, 2),
5859
last_active_date date,
5960
last_modified_time timestamp with time zone DEFAULT CURRENT_TIMESTAMP NOT NULL,
6061
PRIMARY KEY (archive_id),

0 commit comments

Comments
 (0)