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
!80
Replace B_1T_OSE_alter_tables_v2.0_utf8.sql
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Merged
Replace B_1T_OSE_alter_tables_v2.0_utf8.sql
myriam.poujol-master-patch-52954
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Myriam Poujol
requested to merge
myriam.poujol-master-patch-52954
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
MAJ version : liste des alter table - Partie Synchro Intervenant - depuis v2.0 (OSE V15)
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f356d1a8
1 commit,
3 years ago
1 file
+
11
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
doc/Connecteurs-Import/Siham/Partie_B_SIHAM_INTERV/B1_SIHAM_INTERV_MPD/B_1T_OSE_alter_tables_v2.0_utf8.sql
+
11
−
2
Options
/* ====================================================================================================
B_1T_OSE_alter_tables.sql
# Detail du connecteur PARTIE B/ SIHAM_INTERV : les intervenants existant dans SIHAM - Avec user OSE
EXTRACTION_SIHAM CREATION SCHEMA TABLES INTERMEDIAIRES POUR OSE : nommage UM_<nom table>
ALTER TABLES : à executer POUR LES UNIVERSITES AYANT DEJA INSTALLE le Connecteur_SIHAM_OSE_v1.1_2019-12
-- v2.0 - 12/2020 à 03/2021 - MYP : V15
=====================================================================================================*/
/* === V2.1 16/07/21 - MYP : suppression fonctions inutiles =========================================================*/
-- le 18/05/2021 : complément suite à install sur OSEPREP2
drop
function
OSE
.
UM_CALCULE_DATE_STATUT
;
--: fc V14 supprimée et regroupée dans UM_AFFECTE_STATUT
drop
function
OSE
.
UM_AFFICH_INTERV_STATUT
;
--: fc V14 supprimée car info mce dans T_UM_ENREG_STATUT
drop
function
OSE
.
UM_RECUP_INTERV_NB_HEURE_MCE
;
--: fc V14 supprimée car info mce dans T_UM_ENREG_STATUT
/* === V2.0 12/2020 à 03/2021 - MYP : V15 =========================================================================*/
-- Infos INTERVENANTS -- OSETEST le 01/2021 -03/2021 -------------------------------------------------------------
alter
table
OSE
.
UM_INTERVENANT
rename
column
VILLE_NAISSANCE_CODE_INSEE
to
LIBRE1
;
@@ -39,7 +48,7 @@ create or replace type T_UM_ENREG_STATUT is object
,
DATE_FIN_STATUT
DATE
-- DATE fin statut
,
NB_H_MCE
NUMBER
(
8
,
2
)
-- Nombre d'heures avec Mission d'enseignement
);
/
--- MULTI-STATUT : modification de la cle unique -----------------------------------------
ALTER
table
OSE
.
UM_INTERVENANT
DROP
CONSTRAINT
UK_UM_INTERV_SOURCE_CODE
;
DROP
INDEX
UK_UM_INTERV_SOURCE_CODE
;
Loading