Release: auth system, admin RBAC, and production Supabase setup #70

Merged
TheFurya merged 34 commits from develop into main 2026-03-21 12:21:11 +01:00
Showing only changes of commit 93a90f4ba7 - Show all commits

View File

@@ -0,0 +1,2 @@
-- Create auth schema for GoTrue
CREATE SCHEMA IF NOT EXISTS auth;