Add database initialisation scripts
This commit is contained in:
parent
0ea165fcff
commit
a66b8820df
3 changed files with 10 additions and 0 deletions
6
database/init/001_init_righttree.sql
Normal file
6
database/init/001_init_righttree.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
CREATE DATABASE right_tree;
|
||||
|
||||
\c right_tree
|
||||
CREATE EXTENSION IF NOT EXISTS postgis;
|
||||
GRANT ALL ON geometry_columns TO PUBLIC;
|
||||
GRANT ALL ON spatial_ref_sys TO PUBLIC;
|
Loading…
Add table
Add a link
Reference in a new issue