Skip to content
Snippets Groups Projects
Commit af95bb31 authored by Stephanie Briere Americo's avatar Stephanie Briere Americo
Browse files

Merge branch 'issue/17' into 'develop'

Issue #17: FIX: user table doesn't need forms column

See merge request !20
parents 13738060 8bd76880
No related branches found
No related tags found
1 merge request!20Issue #17: FIX: user table doesn't need forms column
Pipeline #22724 passed
...@@ -73,8 +73,7 @@ CREATE TABLE form_user ( ...@@ -73,8 +73,7 @@ CREATE TABLE form_user (
email TEXT UNIQUE, email TEXT UNIQUE,
name TEXT UNIQUE, name TEXT UNIQUE,
hash TEXT UNIQUE, hash TEXT UNIQUE,
enabled BOOLEAN, enabled BOOLEAN
forms INTEGER
); );
CREATE TABLE sub_form ( CREATE TABLE sub_form (
......
id;email;name;hash;enabled;forms id;email;name;hash;enabled
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment