mirror of https://github.com/itflow-org/itflow
Add fields for contact portal auth
This commit is contained in:
parent
9b542726a6
commit
d937d0ccec
2
db.sql
2
db.sql
|
|
@ -296,6 +296,8 @@ CREATE TABLE `contacts` (
|
|||
`contact_mobile` varchar(200) DEFAULT NULL,
|
||||
`contact_photo` varchar(200) DEFAULT NULL,
|
||||
`contact_notes` text DEFAULT NULL,
|
||||
`contact_auth_method` varchar(200) DEFAULT NULL,
|
||||
`contact_password_hash` varchar(200) DEFAULT NULL,
|
||||
`contact_created_at` datetime NOT NULL,
|
||||
`contact_updated_at` datetime DEFAULT NULL,
|
||||
`contact_archived_at` datetime DEFAULT NULL,
|
||||
|
|
|
|||
Loading…
Reference in New Issue