DB Structure Update - Added Extension to contact on export PDF, finished contact departments

This commit is contained in:
johnnyq
2022-02-22 13:14:17 -05:00
parent 1ed20217d1
commit a724807782
10 changed files with 213 additions and 9 deletions

3
db.sql
View File

@@ -361,6 +361,7 @@ CREATE TABLE `departments` (
`department_updated_at` datetime DEFAULT NULL,
`department_archived_at` datetime DEFAULT NULL,
`department_client_id` int(11) NOT NULL,
`company_id` int(11) NOT NULL,
PRIMARY KEY (`department_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;
/*!40101 SET character_set_client = @saved_cs_client */;
@@ -1449,4 +1450,4 @@ CREATE TABLE `vendors` (
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2022-02-22 1:49:48
-- Dump completed on 2022-02-22 13:13:37