Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
form-creator-database
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
Harbor 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
simmctic
form-creator
form-creator-database
Commits
ed5adee5
Commit
ed5adee5
authored
3 years ago
by
shpl19
Browse files
Options
Downloads
Patches
Plain Diff
Issue #20: Changes to tables to account for new status tag.
parent
8d193cdb
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#24795
passed
3 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
workspace/create/00-core-tables.sql
+2
-1
2 additions, 1 deletion
workspace/create/00-core-tables.sql
workspace/fixture/form.csv
+4
-4
4 additions, 4 deletions
workspace/fixture/form.csv
with
6 additions
and
5 deletions
workspace/create/00-core-tables.sql
+
2
−
1
View file @
ed5adee5
...
@@ -2,7 +2,8 @@ CREATE TABLE form (
...
@@ -2,7 +2,8 @@ CREATE TABLE form (
id
SERIAL
PRIMARY
KEY
,
id
SERIAL
PRIMARY
KEY
,
title
TEXT
,
title
TEXT
,
description
TEXT
,
description
TEXT
,
times
BOOLEAN
times
BOOLEAN
,
status
BOOLEAN
);
);
CREATE
TABLE
input
(
CREATE
TABLE
input
(
...
...
This diff is collapsed.
Click to expand it.
workspace/fixture/form.csv
+
4
−
4
View file @
ed5adee5
id;title;description;times
id;title;description;times
;status
1;Form Title 1;Form Description 1;f
1;Form Title 1;Form Description 1;f
;t
2;Form Title 2;Form Description 2;f
2;Form Title 2;Form Description 2;f
;t
3;Form Title 3;Form Description 3;f
3;Form Title 3;Form Description 3;f
;t
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