Skip to content

Commit

Permalink
updating datamodel to 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Dec 7, 2018
1 parent ae4f254 commit 4a82b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-model
Submodule data-model updated 80 files
+32 −0 .build/customizations/sigip/damage/damage.sql
+14 −0 .build/customizations/sigip/delta/post-all.py
+16 −0 .build/customizations/sigip/delta/pre-all.py
+7 −0 .build/customizations/sigip/drop_views.sql
+85 −0 .build/customizations/sigip/init.sh
+14 −0 .build/customizations/sigip/insert_views.sh
+10 −0 .build/customizations/sigip/rewrite_views.sh
+10 −0 .build/customizations/sigip/views/damage.sql
+28 −0 .build/customizations/sigip/views/hydrant.sql
+35 −0 .build/customizations/sigip/views/installation.sql
+10 −0 .build/customizations/sigip/views/leak.sql
+25 −0 .build/customizations/sigip/views/part.sql
+39 −0 .build/customizations/sigip/views/pipe.sql
+26 −0 .build/customizations/sigip/views/valve.sql
+43 −4 .build/travis_script.sh
+1 −1 .deploy/create_release.py
+3 −1 README.md
+14 −0 extensions/ch_vd_sire/delta/post-all.py
+15 −0 extensions/ch_vd_sire/delta/pre-all.py
+0 −1 extensions/ch_vd_sire/drop_views.sql
+90 −0 extensions/ch_vd_sire/init.sh
+0 −1 extensions/ch_vd_sire/insert_views.sh
+10 −0 extensions/ch_vd_sire/rewrite_views.sh
+0 −10 extensions/ch_vd_sire/sire.sh
+17 −14 extensions/ch_vd_sire/views/captage.sql
+11 −13 extensions/ch_vd_sire/views/conduite.sql
+0 −27 extensions/ch_vd_sire/views/hydrante.sql
+19 −28 extensions/ch_vd_sire/views/regulation_pression.sql
+14 −15 extensions/ch_vd_sire/views/reservoir.sql
+9 −9 extensions/ch_vd_sire/views/station_pompage.sql
+16 −16 extensions/ch_vd_sire/views/station_traitement.sql
+12 −16 extensions/ch_vd_sire/views/vanne_clapet.sql
+1 −1 metaproject
+1 −1 ordinary_data/areas/od_distributor.sql
+1 −1 ordinary_data/areas/od_protectionzone.sql
+20 −6 ordinary_data/hydrant/od_hydrant.sql
+11 −1 ordinary_data/installation/od_cover.sql
+1 −1 ordinary_data/installation/od_installation_treatment.sql
+1 −2 ordinary_data/pipe/od_crossing.sql
+16 −3 ordinary_data/pipe/od_pipe.sql
+2 −1 ordinary_data/surveypoint/od_surveypoint.sql
+5 −5 ordinary_data/valve/od_valve.sql
+95 −13 ordinary_data/valve/tr_valve_pipe.sql
+3 −11 ordinary_data/views/rewrite_views.sh
+2 −2 ordinary_data/views/schematic/vw_pipe_schema.sql
+1 −1 system/CURRENT_VERSION.txt
+17 −18 system/settings.sql
+2 −3 system/upgrades_table.sql
+43 −0 tests/test_valve_count.expected.sql
+84 −0 tests/test_valve_count.sql
+2 −1 tests/tests.sh
+20 −0 update/delta/delta_1.3.3_001_update_translation.sql
+135 −0 update/delta/delta_1.3.3_002_fix_valve_count.sql
+22 −0 update/delta/delta_1.3.3_003_fix_valve_altitude.sql
+1 −0 update/delta/delta_1.3.3_004_add_J_short_fr_jauge_valve_function.sql
+1 −0 update/delta/delta_1.3.3_005_add_compteurdechantier_part_type.sql
+9 −0 update/delta/delta_1.3.3_006_addPN25_for_fonte_pipe_material.sql
+2 −0 update/delta/delta_1.3.3_007_fixDecimalValue_in_sdr_pipe_material.sql
+4 −0 update/delta/delta_1.3.3_008_drop_hydrants_underground_marked_defaults.sql
+57 −0 update/delta/delta_1.3.3_009_add_ro_hydrant_values_and_overall_comments.sql
+16 −0 update/delta/delta_1.3.3_010_add_cover_fk_precision_alti_fk_obj_reference.sql
+17 −0 update/delta/delta_1.3.3_011_reworked_pipe_year_constraints_and_comments.sql
+33 −0 update/delta/delta_1.3.3_012_homogenise_primary_keys_creation.sql
+13 −0 update/delta/delta_1.3.3_013_allow_single_part_underground_hydrants.sql
+4 −0 update/delta/delta_1.3.3_014_add_surveypoints_sequence.sql
+4 −0 update/delta/delta_1.3.3_015_add_fk_protection_somo_comments.sql
+1 −0 update/delta/delta_1.3.3_016_fix_column_typos.sql
+1 −0 update/delta/delta_1.3.3_017_add_depth_to_surveypoints.sql
+9 −8 update/delta/post-all.py
+4 −7 update/delta/pre-all.py
+61 −53 update/upgrade_db.sh
+43 −37 value_lists/vl_hydrant_model.sql
+7 −7 value_lists/vl_hydrant_output.sql
+6 −6 value_lists/vl_leak_cause.sql
+10 −10 value_lists/vl_part_type.sql
+119 −119 value_lists/vl_pipe_material.sql
+4 −3 value_lists/vl_pipe_protection.sql
+2 −2 value_lists/vl_subscriber_type.sql
+1 −1 value_lists/vl_valve_function.sql
+3 −3 value_lists/vl_worker_type.sql

0 comments on commit 4a82b82

Please sign in to comment.