mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
More Archiving work, added entity_id to logs for future undo of archives in logs.
This commit is contained in:
3
db.sql
3
db.sql
@@ -705,6 +705,7 @@ CREATE TABLE `logs` (
|
||||
`log_quote_id` int(11) DEFAULT NULL,
|
||||
`log_recurring_id` int(11) DEFAULT NULL,
|
||||
`log_user_id` int(11) DEFAULT NULL,
|
||||
`log_entity_id` int(11) NOT NULL DEFAULT 0,
|
||||
`company_id` int(11) DEFAULT NULL,
|
||||
PRIMARY KEY (`log_id`)
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
|
||||
@@ -1543,4 +1544,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2022-05-10 17:11:18
|
||||
-- Dump completed on 2022-05-14 18:12:32
|
||||
|
||||
Reference in New Issue
Block a user