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
44af610b
Commit
44af610b
authored
5 years ago
by
Steven Murray
Browse files
Options
Downloads
Patches
Plain Diff
cta/CTA#700 Added RAO columns to catalogue schema
parent
7652b51c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
catalogue/common_catalogue_schema.sql
+8
-0
8 additions, 0 deletions
catalogue/common_catalogue_schema.sql
with
8 additions
and
0 deletions
catalogue/common_catalogue_schema.sql
+
8
−
0
View file @
44af610b
...
...
@@ -211,6 +211,14 @@ CREATE TABLE TAPE_FILE(
ARCHIVE_FILE_ID
UINT64TYPE
CONSTRAINT
TAPE_FILE_AFI_NN
NOT
NULL
,
SUPERSEDED_BY_VID
VARCHAR
(
100
),
SUPERSEDED_BY_FSEQ
UINT64TYPE
,
WRITE_START_WRAP
UINT16TYPE
,
WRITE_START_LPOS
UINT32TYPE
,
WRITE_END_WRAP
UINT16TYPE
,
WRITE_END_LPOS
UINT32TYPE
,
READ_START_WRAP
UINT16TYPE
,
READ_START_LPOS
UINT32TYPE
,
READ_END_WRAP
UINT16TYPE
,
READ_END_LPOS
UINT32TYPE
,
CONSTRAINT
TAPE_FILE_PK
PRIMARY
KEY
(
VID
,
FSEQ
),
CONSTRAINT
TAPE_FILE_TAPE_FK
FOREIGN
KEY
(
VID
)
REFERENCES
TAPE
(
VID
),
...
...
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