Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
OSE
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
OSE
Merge requests
!62
v2.1 : retaillage zone adresse
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
v2.1 : retaillage zone adresse
myriam.poujol-master-patch-50142
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Myriam Poujol
requested to merge
myriam.poujol-master-patch-50142
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
deb8e9b8
1 commit,
3 years ago
1 file
+
7
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/Connecteurs-Import/Siham/Partie_A_SIHAM_REF/A1_SIHAM_REF_MPD/A_1_T_OSE_alter_table_
v2.0_
utf8.sql.sql
→
doc/Connecteurs-Import/Siham/Partie_A_SIHAM_REF/A1_SIHAM_REF_MPD/A_1_T_OSE_alter_table_utf8.sql.sql
+
7
−
0
Options
@@ -7,8 +7,15 @@
-- v1.8 - 02/12/2019 - MYP : aucune modif pour ces tables de referentiel
-- v2.0 - 11/2020 à 01/2021 - MYP : V15 ajout VOIRIE
-- v2.1 - 28/05/21 - MYP : retaillage zone adresse
=====================================================================================================*/
--======== PARTIE A/ SIHAM_REF A_1_T_OSE_alter_tables.sql ================================================
--- V2.1 A FAIRE DANS CET ORDRE : -----------------------------------------------------------------
-- UM_ADRESSE_STRUCTURE.localite varchar2(26) => varchar2(40) -- le champs était tronqué par rapport à Siham
ALTER
TABLE
OSE
.
UM_ADRESSE_STRUCTURE
MODIFY
LOCALITE
VARCHAR2
(
40
CHAR
);
-- OSEPREP2 le 28/05/21
--======== PARTIE A/ SIHAM_REF A_1_T_OSE_alter_tables.sql ================================================
--- V2.0 OSETEST A FAIRE DANS CET ORDRE : -----------------------------------------------------------------
Loading