PostGIS legacy_compatibility.sql is already provided by legacy.sql

1.0
tokumine 13 years ago
parent dedd594076
commit 2f83d90f47

@ -136,7 +136,6 @@ psql -d postgres -c \
psql -d template_postgis -f $POSTGIS_SQL_PATH/postgis.sql
psql -d template_postgis -f $POSTGIS_SQL_PATH/spatial_ref_sys.sql
psql -d template_postgis -f $POSTGIS_SQL_PATH/legacy.sql
psql -d template_postgis -f $POSTGIS_SQL_PATH/legacy_compatibility_layer.sql
psql -d template_postgis -c "GRANT ALL ON geometry_columns TO PUBLIC;"
psql -d template_postgis -c "GRANT ALL ON spatial_ref_sys TO PUBLIC;"
```

Loading…
Cancel
Save