task(F2-backend): global block favorites - is_favorite column, adapter mapping, PATCH validation

This commit is contained in:
Agent Zero
2026-08-28 13:27:50 +02:00
parent 8ab816667b
commit 83a94e4f42
5 changed files with 111 additions and 7 deletions
@@ -121,6 +121,7 @@ export interface DBGlobalBlock {
name: string;
block_data: string;
svg_data: string | null;
is_favorite: boolean;
created_at: string;
updated_at: string;
}