fix: resolve menu duplicates, route prefix conflicts, API path bugs, permissions.deleted_at, remove test plugin from production

This commit is contained in:
Agent Zero
2026-07-24 08:19:45 +02:00
parent c5588e64f6
commit 924d28cbf2
12 changed files with 61 additions and 134 deletions
@@ -1,7 +0,0 @@
-- Bad migration: creates table WITHOUT tenant_id (should be rejected by validator)
CREATE TABLE IF NOT EXISTS plugin_bad_table (
id UUID PRIMARY KEY DEFAULT gen_random_uuid(),
title VARCHAR(200) NOT NULL,
content TEXT,
created_at TIMESTAMPTZ NOT NULL DEFAULT now()
);