Add Sound Adapter asset model and repository; standardize asset type naming

This commit is contained in:
2025-06-08 15:00:56 +02:00
parent 5a480faca0
commit 162bd7fd74
5 changed files with 45 additions and 3 deletions
@@ -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