comparison database/init/users.sql @ 28:000519947282

swallowtail_admin, not swallowtail-admin.
author David A. Holland
date Sun, 26 May 2013 22:13:33 -0400
parents 68cc276ac118
children 90ec9e3b0a6f
comparison
equal deleted inserted replaced
27:021ec7010271 28:000519947282
3 -- 3 --
4 -- The 'swallowtail' user will have ordinary access to the database; 4 -- The 'swallowtail' user will have ordinary access to the database;
5 -- the 'swallowtail-admin' user will have full access to the database. 5 -- the 'swallowtail-admin' user will have full access to the database.
6 6
7 create user swallowtail; 7 create user swallowtail;
8 create user swallowtail-admin; 8 create user swallowtail_admin;