Add option to subscribe to mailinglist
This commit is contained in:
parent
47c546b880
commit
d72914da0d
11 changed files with 41 additions and 22 deletions
|
@ -53,7 +53,8 @@ DROP TABLE IF EXISTS `tutor`;
|
|||
CREATE TABLE `tutor` (
|
||||
`id` INTEGER PRIMARY KEY,
|
||||
`name` tinytext DEFAULT NULL,
|
||||
`email` tinytext DEFAULT NULL
|
||||
`email` tinytext DEFAULT NULL,
|
||||
`subscribeToMailinglist` BOOL DEFAULT false
|
||||
);
|
||||
|
||||
--
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue