1
0
mirror of https://gitlab.com/depesz/explain.depesz.com.git synced 2024-11-30 09:06:42 +02:00
explain.depesz.com/sql/patch-003.sql
Hubert depesz Lubaczewski f185e5c746 Add /info page
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.
2014-10-31 22:03:11 +01:00

2 lines
58 B
SQL

ALTER TABLE users ADD COLUMN is_admin BOOL DEFAULT false;