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
aa99e8a4
Commit
aa99e8a4
authored
May 5, 2021
by
Laurent Lecluse
Browse files
Options
Downloads
Patches
Plain Diff
#37472
parent
6d162b22
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/ddl/table/FONCTION_REFERENTIEL.php
+2
-2
2 additions, 2 deletions
data/ddl/table/FONCTION_REFERENTIEL.php
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
+2
-2
2 additions, 2 deletions
...Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
with
4 additions
and
4 deletions
data/ddl/table/FONCTION_REFERENTIEL.php
+
2
−
2
View file @
aa99e8a4
...
@@ -133,7 +133,7 @@ return [
...
@@ -133,7 +133,7 @@ return [
'name'
=>
'LIBELLE_COURT'
,
'name'
=>
'LIBELLE_COURT'
,
'type'
=>
'string'
,
'type'
=>
'string'
,
'bdd-type'
=>
'VARCHAR2'
,
'bdd-type'
=>
'VARCHAR2'
,
'length'
=>
4
0
,
'length'
=>
9
0
,
'scale'
=>
NULL
,
'scale'
=>
NULL
,
'precision'
=>
NULL
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
'nullable'
=>
FALSE
,
...
@@ -145,7 +145,7 @@ return [
...
@@ -145,7 +145,7 @@ return [
'name'
=>
'LIBELLE_LONG'
,
'name'
=>
'LIBELLE_LONG'
,
'type'
=>
'string'
,
'type'
=>
'string'
,
'bdd-type'
=>
'VARCHAR2'
,
'bdd-type'
=>
'VARCHAR2'
,
'length'
=>
1
0
0
,
'length'
=>
1
5
0
,
'scale'
=>
NULL
,
'scale'
=>
NULL
,
'precision'
=>
NULL
,
'precision'
=>
NULL
,
'nullable'
=>
FALSE
,
'nullable'
=>
FALSE
,
...
...
This diff is collapsed.
Click to expand it.
module/Application/src/Application/Entity/Db/Mapping/Application.Entity.Db.FonctionReferentiel.dcm.xml
+
2
−
2
View file @
aa99e8a4
...
@@ -13,8 +13,8 @@
...
@@ -13,8 +13,8 @@
<field
name=
"histoCreation"
type=
"datetime"
column=
"HISTO_CREATION"
nullable=
"false"
/>
<field
name=
"histoCreation"
type=
"datetime"
column=
"HISTO_CREATION"
nullable=
"false"
/>
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoDestruction"
type=
"datetime"
column=
"HISTO_DESTRUCTION"
nullable=
"true"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"histoModification"
type=
"datetime"
column=
"HISTO_MODIFICATION"
nullable=
"false"
/>
<field
name=
"libelleCourt"
type=
"string"
column=
"LIBELLE_COURT"
length=
"
4
0"
nullable=
"false"
/>
<field
name=
"libelleCourt"
type=
"string"
column=
"LIBELLE_COURT"
length=
"
9
0"
nullable=
"false"
/>
<field
name=
"libelleLong"
type=
"string"
column=
"LIBELLE_LONG"
length=
"1
0
0"
nullable=
"false"
/>
<field
name=
"libelleLong"
type=
"string"
column=
"LIBELLE_LONG"
length=
"1
5
0"
nullable=
"false"
/>
<field
name=
"plafond"
type=
"float"
column=
"PLAFOND"
precision=
"126"
scale=
"0"
nullable=
"true"
/>
<field
name=
"plafond"
type=
"float"
column=
"PLAFOND"
precision=
"126"
scale=
"0"
nullable=
"true"
/>
<field
name=
"etapeRequise"
type=
"boolean"
column=
"ETAPE_REQUISE"
nullable=
"false"
/>
<field
name=
"etapeRequise"
type=
"boolean"
column=
"ETAPE_REQUISE"
nullable=
"false"
/>
<field
name=
"serviceStatutaire"
type=
"boolean"
column=
"SERVICE_STATUTAIRE"
nullable=
"false"
/>
<field
name=
"serviceStatutaire"
type=
"boolean"
column=
"SERVICE_STATUTAIRE"
nullable=
"false"
/>
...
...
This diff is collapsed.
Click to expand it.
Laurent Lecluse
@lecluse
mentioned in commit
16fb47bd
·
May 5, 2021
mentioned in commit
16fb47bd
mentioned in commit 16fb47bd4c4484ff6a8329b4676e871724add4a6
Toggle commit list
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