Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
maarchRM
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Maarch
maarchRM
Merge requests
!83
Release/2.2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Release/2.2
release/2.2
into
develop
Overview
0
Commits
30
Pipelines
0
Changes
1
Merged
Alexis Ragot
requested to merge
release/2.2
into
develop
6 years ago
Overview
0
Commits
30
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
69ed5b34
Prev
Next
Show latest version
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Verified
69ed5b34
sql added
· 69ed5b34
Alexis Ragot
authored
6 years ago
src/bundle/recordsManagement/Resources/sql/schema.pgsql.sql
+
4
−
0
Options
@@ -101,6 +101,7 @@ CREATE TABLE "recordsManagement"."descriptionField"
"maxValue"
numeric
,
"enumeration"
text
,
"pattern"
text
,
"isArray"
boolean
default
false
,
PRIMARY
KEY
(
"name"
)
);
@@ -114,6 +115,9 @@ CREATE TABLE "recordsManagement"."archiveDescription"
"fieldName"
text
NOT
NULL
,
"required"
boolean
,
"position"
integer
,
"isImmutable"
boolean
default
false
,
"isRetained"
boolean
default
true
,
PRIMARY
KEY
(
"archivalProfileId"
,
"fieldName"
),
FOREIGN
KEY
(
"archivalProfileId"
)
REFERENCES
"recordsManagement"
.
"archivalProfile"
(
"archivalProfileId"
)
MATCH
SIMPLE
Loading