Rustelo/resources/auth/migrations/003_rbac_system_sqlite.sql

5 lines
165 B
MySQL
Raw Normal View History

2026-07-18 20:16:16 +01:00
-- RBAC System Migration for SQLite
-- The full RBAC system is implemented for PostgreSQL only.
-- SQLite environments use a simplified permissions model.
SELECT 1;