Skip to content

Commit 248bef0

Browse files
committed
refactor: fix ddl (#9676)
1 parent 5487f3e commit 248bef0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/ddl/postgresql_schema.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,6 @@ CREATE TABLE public.experiment_tags (
751751
user_id INTEGER,
752752
name VARCHAR NOT NULL,
753753
description VARCHAR,
754-
color VARCHAR NOT NULL,
755754
CONSTRAINT pk_experiment_tags PRIMARY KEY (id),
756755
CONSTRAINT uq_experiment_tags_dataset_id_name
757756
UNIQUE (dataset_id, name),

0 commit comments

Comments
 (0)