mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
DB Structure Update - Added Extension to contact on export PDF, finished contact departments
This commit is contained in:
3
db.sql
3
db.sql
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user