Refactor database name from right_tree to righttree
This commit is contained in:
parent
043d89bd04
commit
2b1c6cd49f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue