summaryrefslogtreecommitdiffstats
path: root/sql/_source/deploy
Commit message (Collapse)AuthorAge
* DB: add "users" table for webusersLibravatarJanik Kleinhoff2016-10-30
| | | | | For now, mere presence in the table means a given user is authorized to view stuff. We can make this more granular later on (important for T11).
* Use DBIx::Class::DeploymentHandlerLibravatarJanik Kleinhoff2016-10-30
Fixes T5. Yay! We still need some documentation on this, though.