refactor platform menus and entity statuses
This commit is contained in:
@@ -9,7 +9,6 @@ func TestPlatformModelTableNames(t *testing.T) {
|
||||
want string
|
||||
}{
|
||||
{name: "account", table: &PlatformAccount{}, want: "platform_account"},
|
||||
{name: "menu", table: &PlatformMenu{}, want: "platform_menu"},
|
||||
{name: "role", table: &PlatformRole{}, want: "platform_role"},
|
||||
{name: "role menu", table: &PlatformRoleMenu{}, want: "platform_role_menu"},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user