Skip to content
Snippets Groups Projects
Commit 8b45d498 authored by Julian Rother's avatar Julian Rother
Browse files

Allow NULL values for value_old in changelog

parent 7a3ba90e
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `changelog` ( ...@@ -24,7 +24,7 @@ CREATE TABLE IF NOT EXISTS `changelog` (
`id_key` varchar(64) NOT NULL, `id_key` varchar(64) NOT NULL,
`id_value` text NOT NULL, `id_value` text NOT NULL,
`field` varchar(255) NOT NULL, `field` varchar(255) NOT NULL,
`value_old` text NOT NULL, `value_old` text,
`value_new` text NOT NULL, `value_new` text NOT NULL,
`executed` text NOT NULL `executed` text NOT NULL
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment