Skip to content
Snippets Groups Projects
Commit 453b8073 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira
Browse files

Add forms to form_user table and fixture

parent bd04c698
No related branches found
No related tags found
1 merge request!16Add forms to form_user table and fixture
Pipeline #22561 passed
......@@ -72,5 +72,6 @@ CREATE TABLE form_user (
email TEXT UNIQUE,
name 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