Organisation.features

This commit is contained in:
2026-01-24 14:49:01 +00:00
parent 1c763d74d5
commit 9d8aee7a74
8 changed files with 953 additions and 2 deletions

View File

@@ -87,6 +87,7 @@ export async function updateOrganisation(
slug?: string;
iconURL?: string | null;
statuses?: Record<string, string>;
features?: Record<string, boolean>;
},
) {
const [organisation] = await db