Skip to content
Snippets Groups Projects
Commit 8bd76880 authored by Richard Fernando Heise Ferreira's avatar Richard Fernando Heise Ferreira Committed by Stephanie Briere Americo
Browse files

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


Signed-off-by: default avatarRichardHeise <rfhf19@inf.ufpr.br>
parent 13738060
No related branches found
No related tags found
No related merge requests found
...@@ -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