Separate framework and app migrations

Also add a new develop command: clear-db.
This commit is contained in:
2026-01-24 16:38:33 -06:00
parent 579a19669e
commit 8704c4a8d5
10 changed files with 107 additions and 39 deletions

View File

@@ -112,4 +112,6 @@ export function requirePermission(call: Call, permission: Permission): User {
return user;
}
export type Domain = "app" | "fw";
export { methodParser, massageMethod };