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

Merge branch 'issue/14' into 'develop'

Add forms to form_user table and fixture

See merge request !16
parents bd04c698 453b8073
No related branches found
No related tags found
1 merge request!16Add forms to form_user table and fixture
Pipeline #22562 passed
...@@ -72,5 +72,6 @@ CREATE TABLE form_user ( ...@@ -72,5 +72,6 @@ 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
); );
id;email;name;hash;enabled id;email;name;hash;enabled,forms
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment