Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vospace-file-catalog
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
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
VOSpace INAF
vospace-file-catalog
Commits
c3ae199b
Commit
c3ae199b
authored
3 years ago
by
Nicola Fulvio Calabria
Browse files
Options
Downloads
Patches
Plain Diff
added target property for link nodes to nodes and deleted_nodes tables
parent
d673dfe3
No related branches found
No related tags found
No related merge requests found
Pipeline
#2286
passed
3 years ago
Stage: dockerize
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
00-tables.sql
+5
-1
5 additions, 1 deletion
00-tables.sql
with
5 additions
and
1 deletion
00-tables.sql
+
5
−
1
View file @
c3ae199b
...
@@ -42,6 +42,8 @@ CREATE TABLE node (
...
@@ -42,6 +42,8 @@ CREATE TABLE node (
tstamp_wrapper_dir
VARCHAR
default
NULL
,
tstamp_wrapper_dir
VARCHAR
default
NULL
,
type
NodeType
NOT
NULL
,
type
NodeType
NOT
NULL
,
location_id
SMALLINT
default
NULL
,
location_id
SMALLINT
default
NULL
,
-- target URI for link nodes
target
VARCHAR
default
NULL
,
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
format
VARCHAR
default
NULL
,
format
VARCHAR
default
NULL
,
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
...
@@ -80,6 +82,8 @@ CREATE TABLE deleted_node (
...
@@ -80,6 +82,8 @@ CREATE TABLE deleted_node (
tstamp_wrapper_dir
VARCHAR
default
NULL
,
tstamp_wrapper_dir
VARCHAR
default
NULL
,
type
NodeType
NOT
NULL
,
type
NodeType
NOT
NULL
,
location_id
SMALLINT
default
NULL
,
location_id
SMALLINT
default
NULL
,
-- target URI for link nodes
target
VARCHAR
default
NULL
,
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
-- format is used to distinguish between unstuctured (format=NULL) and structured nodes having a well defined format
format
VARCHAR
default
NULL
,
format
VARCHAR
default
NULL
,
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
-- async_trans tells us whether a node is hosted on a cold storage and has to be transferred asynchronously
...
...
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