-
Type:
Task
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: None
-
None
For MBS-9491, we need a table:
CREATE TABLE genre ( -- replicate (verbose)
id SERIAL, -- PK
gid UUID NOT NULL,
name VARCHAR NOT NULL,
comment VARCHAR(255) NOT NULL DEFAULT '',
edits_pending INTEGER NOT NULL DEFAULT 0 CHECK (edits_pending >=0)
);
- is a dependency of
-
MBS-9491 Move genres to be read from the database
-
- Closed
-