add manufacturer notice, format db

This commit is contained in:
Brandon Egger 2023-05-09 23:06:08 -05:00
parent 77dff29aa9
commit fb340daf38

View File

@ -56,6 +56,7 @@ type PlatformLink {
type Manufacturer { type Manufacturer {
name String name String
required Boolean required Boolean
notice String?
} }
model AuditoryResource { model AuditoryResource {