Skip to content
Snippets Groups Projects

Add forms to form_user table and fixture

Merged Richard Fernando Heise Ferreira requested to merge issue/14 into develop
2 files
+ 3
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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
);
);
Loading