Skip to content

Commit

Permalink
Create upgrade_to_0.9.0
Browse files Browse the repository at this point in the history
Update of the latest production version of the adresse schema.
It implements various objects type :
•	Functions
•	tables, sequences, default values
•	views
•	indexes
•	triggers
•	comments
This upgrade aims to setup a set of controlling functions. Those functions provide an assessment of the previous produced data. They also support the updating and correction of the data thanks to semantic and geometric crossings.
  • Loading branch information
Jersig authored and pdrillin committed Jul 27, 2021
1 parent 6103051 commit 0799511
Show file tree
Hide file tree
Showing 7 changed files with 1,628 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
BEGIN;

CREATE EXTENSION IF NOT EXISTS postgis;
CREATE EXTENSION IF NOT EXISTS fuzzystrmatch;

CREATE SCHEMA IF NOT EXISTS adresse;

Expand Down
Loading

0 comments on commit 0799511

Please sign in to comment.