Add fields for contact portal auth

This commit is contained in:
Marcus Hill 2022-03-21 21:05:08 +00:00
parent 9b542726a6
commit d937d0ccec
1 changed files with 2 additions and 0 deletions

2
db.sql
View File

@ -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,