Mercurial > ~dholland > hg > swallowtail > index.cgi
diff database/init/users.sql @ 8:68cc276ac118
SQL material from old tree, split up for accessibility.
author | David A. Holland |
---|---|
date | Sun, 19 Feb 2012 19:54:48 -0500 (2012-02-20) |
parents | |
children | 000519947282 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/database/init/users.sql Sun Feb 19 19:54:48 2012 -0500 @@ -0,0 +1,8 @@ +-- Database user initialization. +-- Needs to be done as database superuser. +-- +-- The 'swallowtail' user will have ordinary access to the database; +-- the 'swallowtail-admin' user will have full access to the database. + +create user swallowtail; +create user swallowtail-admin;