Remove icon as mandatory

This commit is contained in:
Paulo Gustavo Veiga
2024-01-15 18:10:01 -08:00
parent 2357101b42
commit c99d7837a3
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1 @@
#
#

View File

@@ -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)
);