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
8bd76880
Commit
8bd76880
authored
5 years ago
by
Richard Fernando Heise Ferreira
Committed by
Stephanie Briere Americo
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#17
: FIX: user table doesn't need forms column
Signed-off-by:
RichardHeise
<
rfhf19@inf.ufpr.br
>
parent
13738060
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
workspace/create/00-core-tables.sql
+1
-2
1 addition, 2 deletions
workspace/create/00-core-tables.sql
workspace/fixture/form_user.csv
+1
-1
1 addition, 1 deletion
workspace/fixture/form_user.csv
with
2 additions
and
3 deletions
workspace/create/00-core-tables.sql
+
1
−
2
View file @
8bd76880
...
...
@@ -73,8 +73,7 @@ CREATE TABLE form_user (
email
TEXT
UNIQUE
,
name
TEXT
UNIQUE
,
hash
TEXT
UNIQUE
,
enabled
BOOLEAN
,
forms
INTEGER
enabled
BOOLEAN
);
CREATE
TABLE
sub_form
(
...
...
This diff is collapsed.
Click to expand it.
workspace/fixture/form_user.csv
+
1
−
1
View file @
8bd76880
id;email;name;hash;enabled
;forms
id;email;name;hash;enabled
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