Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
web app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
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
ICNML
web app
Commits
582c0541
Commit
582c0541
authored
5 years ago
by
Marco De Donno
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' into upload_nist
parents
4a78b2d5
1631bac3
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
sql/install/08-files_type.sql
+2
-2
2 additions, 2 deletions
sql/install/08-files_type.sql
with
2 additions
and
2 deletions
sql/install/08-files_type.sql
+
2
−
2
View file @
582c0541
...
...
@@ -65,11 +65,11 @@ ALTER TABLE ONLY public.files_type ALTER COLUMN id SET DEFAULT nextval('public.f
-- Data for Name: files_type; Type: TABLE DATA; Schema: public; Owner: icnml
--
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
1
,
'tenprint_card_front'
,
'Tenprint card front'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
0
,
'consent_form'
,
'Consent form'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
1
,
'tenprint_card_front'
,
'Tenprint card front'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
2
,
'tenprint_card_back'
,
'Tenprint card back'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
4
,
'latent_incidental'
,
'Latent incidental'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
3
,
'latent_target'
,
'Latent target'
);
INSERT
INTO
public
.
files_type
(
id
,
name
,
"desc"
)
VALUES
(
4
,
'latent_incidental'
,
'Latent incidental'
);
--
...
...
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