forked from lix-project/hydra
f70946efca
Dashboards can now be marked as publically visible in the user preferences. The dashboard URL has changed from /user/<name>/dashboard to /dashboard/<name> because /user/<name> requires being logged in as <name> or as an admin.
2 lines
77 B
SQL
2 lines
77 B
SQL
alter table Users add column publicDashboard boolean not null default false;
|