perf(struct): ddd

This commit is contained in:
2026-02-03 17:31:08 +08:00
parent 202b5eaad5
commit 4a071bd7c8
64 changed files with 1214 additions and 1189 deletions

View File

@@ -0,0 +1,11 @@
DO $$
BEGIN
IF NOT EXISTS (
SELECT 1
FROM information_schema.tables
WHERE table_name = 'tenant_oauth_clients'
) THEN
RAISE EXCEPTION 'tenant_oauth_clients table does not exist';
END IF;
END $$;

View File

@@ -0,0 +1,11 @@
DO $$
BEGIN
IF NOT EXISTS (
SELECT 1
FROM information_schema.tables
WHERE table_name = 'tenant_oauth_clients'
) THEN
RAISE EXCEPTION 'tenant_oauth_clients table does not exist';
END IF;
END $$;