Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
cta
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
dCache
cta
Commits
d753f9a2
Commit
d753f9a2
authored
8 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
Removed CONSTRAINT ARCHIVE_FILE_DSK_INST_FILE_UN
parent
12685893
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
catalogue/catalogue_common_schema.sql
+1
-2
1 addition, 2 deletions
catalogue/catalogue_common_schema.sql
catalogue/catalogue_schema.pdf
+0
-0
0 additions, 0 deletions
catalogue/catalogue_schema.pdf
with
1 addition
and
2 deletions
catalogue/catalogue_common_schema.sql
+
1
−
2
View file @
d753f9a2
...
...
@@ -171,8 +171,7 @@ CREATE TABLE ARCHIVE_FILE(
RECONCILIATION_TIME
INTEGER
NOT
NULL
,
CONSTRAINT
ARCHIVE_FILE_PK
PRIMARY
KEY
(
ARCHIVE_FILE_ID
),
CONSTRAINT
ARCHIVE_FILE_STORAGE_CLASS_FK
FOREIGN
KEY
(
DISK_INSTANCE_NAME
,
STORAGE_CLASS_NAME
)
REFERENCES
STORAGE_CLASS
(
DISK_INSTANCE_NAME
,
STORAGE_CLASS_NAME
),
CONSTRAINT
ARCHIVE_FILE_DSK_INST_FILE_UN
UNIQUE
(
DISK_INSTANCE_NAME
,
DISK_FILE_ID
)
REFERENCES
STORAGE_CLASS
(
DISK_INSTANCE_NAME
,
STORAGE_CLASS_NAME
)
);
CREATE
TABLE
TAPE_FILE
(
VID
VARCHAR2
(
100
)
NOT
NULL
,
...
...
This diff is collapsed.
Click to expand it.
catalogue/catalogue_schema.pdf
+
0
−
0
View file @
d753f9a2
No preview for this file type
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