Remove icon as mandatory
This commit is contained in:
@@ -1 +1 @@
|
||||
#
|
||||
#
|
@@ -27,7 +27,6 @@ CREATE TABLE "LABEL" (
|
||||
creator_id INTEGER NOT NULL,
|
||||
parent_label_id INTEGER,
|
||||
color VARCHAR(7) NOT NULL,
|
||||
iconName VARCHAR(50) NOT NULL,
|
||||
FOREIGN KEY (creator_id) REFERENCES "USER" (colaborator_id)
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user