Skip to content

Commit 29b4c7e

Browse files
author
DF Bitbucket Bot
committed
Bot automated sync from Dataforge Cloud using commit 47eead5dff38552eca9fd63baaf7cf6e2a9a1357
1 parent 2044fd8 commit 29b4c7e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

database/schema/9 outputColumnTable.sql

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ CREATE TABLE IF NOT EXISTS meta.output_column
1515
updated_userid text COLLATE pg_catalog."default",
1616
update_datetime timestamp without time zone,
1717
description text COLLATE pg_catalog."default",
18-
partition_ordinal integer,
19-
zorder_ordinal integer,
2018
CONSTRAINT pk_output_column PRIMARY KEY (output_column_id),
2119
CONSTRAINT fk_output_column_output_id FOREIGN KEY (output_id)
2220
REFERENCES meta.output (output_id) MATCH SIMPLE

0 commit comments

Comments
 (0)