mirror of
https://gitlab.com/depesz/explain.depesz.com.git
synced 2024-11-30 09:06:42 +02:00
f185e5c746
This is only for users logged in, with granted "admin" privileges (is_admin column in users table in database, by default false for everybody, has to be manually changed in database). Info page shows loaded modules, perl version and paths to used perl interpreter and top level of explain.depesz.com application.
2 lines
58 B
SQL
2 lines
58 B
SQL
ALTER TABLE users ADD COLUMN is_admin BOOL DEFAULT false;
|