Refactor database name from right_tree to righttree

This commit is contained in:
Dana Lambert 2021-11-25 10:24:31 +13:00 committed by Alistair McIntyre
parent 043d89bd04
commit 2b1c6cd49f

View file

@ -1,6 +1,6 @@
CREATE DATABASE right_tree;
CREATE DATABASE righttree;
\c right_tree
\c righttree
CREATE EXTENSION IF NOT EXISTS postgis;
GRANT ALL ON geometry_columns TO PUBLIC;
GRANT ALL ON spatial_ref_sys TO PUBLIC;