File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
scripts/development-database Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1111
1212- Improve Currentness indicator ([ #274 ] )
1313- Add new report ` MultilevelCurrentness ` ([ #403 ] )
14- - Add MapAction priority countries to database ([ #427 ] )
14+ - Add MapAction priority countries to database ([ #427 ] [ # 428 ] )
1515
1616[ #274 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/274
1717[ #403 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/403
1818[ #416 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/416
1919[ #426 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/426
2020[ #427 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/427
21+ [ #428 ] : https://github.com/GIScience/ohsome-quality-analyst/pull/428
2122
2223
2324## 0.11.0
Original file line number Diff line number Diff line change 1616 ALTER TABLE development .shdi SET SCHEMA public;
1717 ALTER TABLE development .hexcells SET SCHEMA public;
1818 ALTER TABLE development .admin_world_water SET SCHEMA public;
19+ ALTER TABLE development .mapaction_cesdrr_countries SET SCHEMA public;
1920 ELSE
2021 ALTER TABLE test .regions SET SCHEMA public;
2122 ALTER TABLE test .shdi SET SCHEMA public;
@@ -33,6 +34,8 @@ DROP TABLE IF EXISTS development.hexcells;
3334
3435DROP TABLE IF EXISTS development .admin_world_water ;
3536
37+ DROP TABLE IF EXISTS development .mapaction_cesdrr_countries ;
38+
3639DROP TABLE IF EXISTS test .regions ;
3740
3841DROP TABLE IF EXISTS test .shdi ;
Original file line number Diff line number Diff line change @@ -20,9 +20,7 @@ DROP TABLE IF EXISTS test.hexcells;
2020
2121DROP TABLE IF EXISTS development .admin_world_water ;
2222
23- DROP TABLE IF EXISTS development .mapaction_cesdrr_countires ;
24-
25- DROP TABLE IF EXISTS test .mapaction_cesdrr_countires ;
23+ DROP TABLE IF EXISTS development .mapaction_cesdrr_countries ;
2624
2725DROP SCHEMA IF EXISTS development;
2826
You can’t perform that action at this time.
0 commit comments