You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a property to relate label types to mo:Label instances. Currently, MBZ differentiate between 7 label types which are:
musicbrainz_db=# SELECT * FROM musicbrainz.label_type;
id | name
----+---------------------
1 | Distributor
2 | Holding
3 | Production
4 | Original Production
5 | Bootleg Production
6 | Reissue Production
7 | Publisher
(7 rows)
This probably requires the creation of a new class for label types, e.g., mo:LabelType.
The text was updated successfully, but these errors were encountered:
Add a property to relate label types to mo:Label instances. Currently, MBZ differentiate between 7 label types which are:
This probably requires the creation of a new class for label types, e.g., mo:LabelType.
The text was updated successfully, but these errors were encountered: