mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Commit Tidy allow public_cert to be null and move public_cert before notes
This commit is contained in:
4
db.sql
4
db.sql
@@ -186,11 +186,11 @@ CREATE TABLE `certificates` (
|
||||
`certificate_domain` varchar(200) DEFAULT NULL,
|
||||
`certificate_issued_by` varchar(200) NOT NULL,
|
||||
`certificate_expire` date DEFAULT NULL,
|
||||
`certificate_public_key` varchar(1500) DEFAULT NULL,
|
||||
`certificate_notes` text DEFAULT NULL,
|
||||
`certificate_created_at` datetime NOT NULL,
|
||||
`certificate_updated_at` datetime DEFAULT NULL,
|
||||
`certificate_archived_at` datetime DEFAULT NULL,
|
||||
`certificate_public_key` varchar(1500) NOT NULL,
|
||||
`certificate_client_id` int(11) NOT NULL,
|
||||
`company_id` int(11) NOT NULL,
|
||||
PRIMARY KEY (`certificate_id`)
|
||||
@@ -1154,4 +1154,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2021-12-27 12:04:12
|
||||
-- Dump completed on 2022-01-04 11:34:48
|
||||
|
||||
Reference in New Issue
Block a user