mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Added Purchase Reference to Software Licneses
This commit is contained in:
3
db.sql
3
db.sql
@@ -1803,6 +1803,7 @@ CREATE TABLE `software` (
|
||||
`software_license_type` varchar(200) DEFAULT NULL,
|
||||
`software_key` varchar(200) DEFAULT NULL,
|
||||
`software_seats` int(11) DEFAULT NULL,
|
||||
`software_purchase_reference` varchar(200) DEFAULT NULL,
|
||||
`software_purchase` date DEFAULT NULL,
|
||||
`software_expire` date DEFAULT NULL,
|
||||
`software_notes` text DEFAULT NULL,
|
||||
@@ -2361,4 +2362,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2025-02-24 21:23:33
|
||||
-- Dump completed on 2025-02-26 12:58:39
|
||||
|
||||
Reference in New Issue
Block a user