Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Commits
06fd4059
Commit
06fd4059
authored
Oct 15, 2019
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
Modifs sur la vue v_export_service pour y distinguer service_id et service_referentiel_id
parent
c935b9fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
data/ddl.php
+6
-1
6 additions, 1 deletion
data/ddl.php
with
6 additions
and
1 deletion
data/ddl.php
+
6
−
1
View file @
06fd4059
...
@@ -30298,6 +30298,7 @@ ORDER BY
...
@@ -30298,6 +30298,7 @@ ORDER BY
WITH t AS ( SELECT
WITH t AS ( SELECT
\'vh_\' || vh.id id,
\'vh_\' || vh.id id,
s.id service_id,
s.id service_id,
null service_referentiel_id,
s.intervenant_id intervenant_id,
s.intervenant_id intervenant_id,
vh.type_volume_horaire_id type_volume_horaire_id,
vh.type_volume_horaire_id type_volume_horaire_id,
fr.etat_volume_horaire_id etat_volume_horaire_id,
fr.etat_volume_horaire_id etat_volume_horaire_id,
...
@@ -30340,6 +30341,7 @@ UNION ALL
...
@@ -30340,6 +30341,7 @@ UNION ALL
SELECT
SELECT
\'vh_\' || vh.id id,
\'vh_\' || vh.id id,
s.id service_id,
s.id service_id,
null service_referentiel_id,
s.intervenant_id intervenant_id,
s.intervenant_id intervenant_id,
vh.type_volume_horaire_id type_volume_horaire_id,
vh.type_volume_horaire_id type_volume_horaire_id,
vhe.etat_volume_horaire_id etat_volume_horaire_id,
vhe.etat_volume_horaire_id etat_volume_horaire_id,
...
@@ -30385,7 +30387,8 @@ UNION ALL
...
@@ -30385,7 +30387,8 @@ UNION ALL
SELECT
SELECT
\'vh_ref_\' || vhr.id id,
\'vh_ref_\' || vhr.id id,
sr.id service_id,
null service_id,
sr.id service_referentiel_id,
sr.intervenant_id intervenant_id,
sr.intervenant_id intervenant_id,
fr.type_volume_horaire_id type_volume_horaire_id,
fr.type_volume_horaire_id type_volume_horaire_id,
fr.etat_volume_horaire_id etat_volume_horaire_id,
fr.etat_volume_horaire_id etat_volume_horaire_id,
...
@@ -30428,6 +30431,7 @@ UNION ALL
...
@@ -30428,6 +30431,7 @@ UNION ALL
SELECT
SELECT
\'vh_0_\' || i.id id,
\'vh_0_\' || i.id id,
NULL service_id,
NULL service_id,
NULL service_referentiel_id,
i.id intervenant_id,
i.id intervenant_id,
tvh.id type_volume_horaire_id,
tvh.id type_volume_horaire_id,
evh.id etat_volume_horaire_id,
evh.id etat_volume_horaire_id,
...
@@ -30493,6 +30497,7 @@ GROUP BY
...
@@ -30493,6 +30497,7 @@ GROUP BY
SELECT
SELECT
t.id id,
t.id id,
t.service_id service_id,
t.service_id service_id,
t.service_referentiel_id service_referentiel_id,
i.id intervenant_id,
i.id intervenant_id,
si.id statut_intervenant_id,
si.id statut_intervenant_id,
ti.id type_intervenant_id,
ti.id type_intervenant_id,
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment