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
Branches master
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 (
email TEXT UNIQUE,
name TEXT UNIQUE,
hash TEXT UNIQUE,
enabled BOOLEAN,
forms INTEGER
enabled BOOLEAN
);
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