4 lines
165 B
SQL
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;
|