Mercurial > ~dholland > hg > swallowtail > index.cgi
annotate database/init/users.sql @ 12:d4c3bd255653
"timestamp", not "date". from asau
author | David A. Holland |
---|---|
date | Thu, 19 Jul 2012 15:00:13 -0400 |
parents | 68cc276ac118 |
children | 000519947282 |
rev | line source |
---|---|
8
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
1 -- Database user initialization. |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
2 -- Needs to be done as database superuser. |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
3 -- |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
4 -- The 'swallowtail' user will have ordinary access to the database; |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
5 -- the 'swallowtail-admin' user will have full access to the database. |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
6 |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
7 create user swallowtail; |
68cc276ac118
SQL material from old tree, split up for accessibility.
David A. Holland
parents:
diff
changeset
|
8 create user swallowtail-admin; |