Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rosettaExitStrategy
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
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
Digital Preservation
rosettaExitStrategy
Commits
4bdeaf61
Commit
4bdeaf61
authored
8 months ago
by
Andreas Romeyke
Browse files
Options
Downloads
Patches
Plain Diff
- removed state from tables 'deleted' and 'purged'
parent
7aab38d9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
perl/t/expected.sql
+0
-2
0 additions, 2 deletions
perl/t/expected.sql
with
0 additions
and
2 deletions
perl/t/expected.sql
+
0
−
2
View file @
4bdeaf61
...
@@ -60,7 +60,6 @@ INSERT INTO sourcedatalocat VALUES(3,3,'/permanent_storage/2020/01/03/IE200928/V
...
@@ -60,7 +60,6 @@ INSERT INTO sourcedatalocat VALUES(3,3,'/permanent_storage/2020/01/03/IE200928/V
CREATE
TABLE
deleted
(
CREATE
TABLE
deleted
(
id
INTEGER
,
id
INTEGER
,
aip_id
INTEGER
NOT
NULL
REFERENCES
aip
(
id
),
aip_id
INTEGER
NOT
NULL
REFERENCES
aip
(
id
),
state
TEXT
NOT
NULL
,
reason
TEXT
NOT
NULL
,
reason
TEXT
NOT
NULL
,
note
TEXT
,
note
TEXT
,
date
DATE
,
date
DATE
,
...
@@ -77,7 +76,6 @@ CREATE TABLE transferaip (
...
@@ -77,7 +76,6 @@ CREATE TABLE transferaip (
CREATE
TABLE
purged
(
CREATE
TABLE
purged
(
id
INTEGER
,
id
INTEGER
,
aip_id
INTEGER
NOT
NULL
REFERENCES
aip
(
id
),
aip_id
INTEGER
NOT
NULL
REFERENCES
aip
(
id
),
state
TEXT
NOT
NULL
,
reason
TEXT
,
reason
TEXT
,
note
TEXT
,
note
TEXT
,
date
DATE
,
date
DATE
,
...
...
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