Add Sound Adapter asset model and repository; standardize asset type naming
This commit is contained in:
@@ -14,7 +14,7 @@ import lombok.Setter;
|
||||
@AssetInfo(
|
||||
displayName = "Random Access Memory",
|
||||
pluralName = "Random Access Memories",
|
||||
type = "RAM"
|
||||
type = "ram"
|
||||
)
|
||||
@Table(name = "ram_assets")
|
||||
public class RamAsset implements Asset
|
||||
|
||||
Reference in New Issue
Block a user