Separate framework and app migrations
Also add a new develop command: clear-db.
This commit is contained in:
@@ -112,4 +112,6 @@ export function requirePermission(call: Call, permission: Permission): User {
|
||||
return user;
|
||||
}
|
||||
|
||||
export type Domain = "app" | "fw";
|
||||
|
||||
export { methodParser, massageMethod };
|
||||
|
||||
Reference in New Issue
Block a user