aboutsummaryrefslogtreecommitdiffstats
path: root/docs/install/vagrant.md
Commit message (Collapse)AuthorAgeLines
a>)
1
2
3
4
5
6
begin;

ALTER table users
    ADD COLUMN from_council integer;

commit;