5 lines
165 B
MySQL
5 lines
165 B
MySQL
|
|
-- RBAC System Migration for SQLite
|
||
|
|
-- The full RBAC system is implemented for PostgreSQL only.
|
||
|
|
-- SQLite environments use a simplified permissions model.
|
||
|
|
SELECT 1;
|