Rustelo/resources/auth/migrations/003_rbac_system_sqlite.sql
Jesús Pérez f1010e9d07
chore: update
2026-07-18 20:16:16 +01:00

4 lines
165 B
SQL

-- RBAC System Migration for SQLite
-- The full RBAC system is implemented for PostgreSQL only.
-- SQLite environments use a simplified permissions model.
SELECT 1;