-
Task
-
Resolution: Fixed
-
Normal
-
None
-
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