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
453b8073
Commit
453b8073
authored
5 years ago
by
Richard Fernando Heise Ferreira
Browse files
Options
Downloads
Patches
Plain Diff
Add forms to form_user table and fixture
parent
bd04c698
No related branches found
No related tags found
1 merge request
!16
Add forms to form_user table and fixture
Pipeline
#22561
passed
5 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_user.csv
+1
-1
1 addition, 1 deletion
workspace/fixture/form_user.csv
with
3 additions
and
2 deletions
workspace/create/00-core-tables.sql
+
2
−
1
View file @
453b8073
...
...
@@ -72,5 +72,6 @@ CREATE TABLE form_user (
email
TEXT
UNIQUE
,
name
TEXT
UNIQUE
,
hash
TEXT
UNIQUE
,
enabled
BOOLEAN
enabled
BOOLEAN
,
forms
INTEGER
);
This diff is collapsed.
Click to expand it.
workspace/fixture/form_user.csv
+
1
−
1
View file @
453b8073
id;email;name;hash;enabled
id;email;name;hash;enabled
,forms
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