-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #264 from PnX-SI/develop
Develop > Master / Prepa 1.4.2
- Loading branch information
Showing
13 changed files
with
125 additions
and
109 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.4.1 | ||
1.4.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--index uniques manquants sur 2 vues matérialisées | ||
CREATE UNIQUE INDEX t_layer_territoire_gid_idx | ||
ON atlas.t_layer_territoire | ||
USING btree (gid); | ||
|
||
CREATE UNIQUE INDEX t_mailles_territoire_id_maille_idx | ||
ON atlas.t_mailles_territoire | ||
USING btree (id_maille); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,18 @@ | ||
Click==7.0 | ||
dominate==2.3.5 | ||
Flask==1.1.1 | ||
Flask-Compress==1.4.0 | ||
Flask-Script==2.0.6 | ||
Flask-SQLAlchemy==2.4.0 | ||
Flask==1.1.1 | ||
GeoAlchemy2==0.6.3 | ||
geojson==2.4.1 | ||
gunicorn==19.9.0 | ||
itsdangerous==1.1.0 | ||
Jinja2==2.10.1 | ||
MarkupSafe==1.1.1 | ||
psycopg2==2.7.5 | ||
SQLAlchemy==1.3.5 | ||
marshmallow==2.19.5 | ||
psycopg2==2.8.5 | ||
SQLAlchemy==1.3.19 | ||
visitor==0.1.3 | ||
Werkzeug==0.15.4 | ||
marshmallow==2.19.5 | ||
geojson==2.4.1 | ||
|
Oops, something went wrong.