feat: add producer account management
This commit is contained in:
@@ -11,6 +11,7 @@ func TestPlatformModelTableNames(t *testing.T) {
|
||||
{name: "account", table: &PlatformAccount{}, want: "platform_account"},
|
||||
{name: "role", table: &PlatformRole{}, want: "platform_role"},
|
||||
{name: "role menu", table: &PlatformRoleMenu{}, want: "platform_role_menu"},
|
||||
{name: "producer account", table: &ProducerAccount{}, want: "producer_account"},
|
||||
}
|
||||
for _, test := range tests {
|
||||
t.Run(test.name, func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user