mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Referral as a category option, removed Hours and Client Size undr client, rerranged client add and edit New DB Dump
This commit is contained in:
5
db.sql
5
db.sql
@@ -145,9 +145,8 @@ CREATE TABLE `clients` (
|
||||
`client_mobile` varchar(200) DEFAULT NULL,
|
||||
`client_email` varchar(200) DEFAULT NULL,
|
||||
`client_website` varchar(200) DEFAULT NULL,
|
||||
`client_referral` varchar(200) DEFAULT NULL,
|
||||
`client_net_terms` int(10) NOT NULL,
|
||||
`client_hours` varchar(200) DEFAULT NULL,
|
||||
`client_company_size` varchar(200) DEFAULT NULL,
|
||||
`client_notes` text DEFAULT NULL,
|
||||
`client_created_at` datetime NOT NULL,
|
||||
`client_updated_at` datetime DEFAULT NULL,
|
||||
@@ -882,4 +881,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2021-01-15 15:05:00
|
||||
-- Dump completed on 2021-01-15 19:01:39
|
||||
|
||||
Reference in New Issue
Block a user