Mercurial > ~dholland > hg > swallowtail > index.cgi
diff database/schema.sql @ 55:40f64a96481f
Adjust database user arrangements and grant schema privs.
author | David A. Holland |
---|---|
date | Sun, 10 Apr 2022 19:36:29 -0400 (2022-04-10) |
parents | debc55088b4f |
children |
line wrap: on
line diff
--- a/database/schema.sql Sun Apr 10 17:41:24 2022 -0400 +++ b/database/schema.sql Sun Apr 10 19:36:29 2022 -0400 @@ -1,7 +1,7 @@ -- Load the database schema. --- Should be done as the swallowtail_admin user. +-- Should be done as the swallowtail_owner user. -begin; +BEGIN; \ir schema/version.sql \ir schema/config.sql @@ -18,7 +18,4 @@ \ir schema/admin.sql -commit; - - - +COMMIT;