mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-26 11:19:26 +02:00
added missing database upgrade file
This commit is contained in:
parent
b2650d09bd
commit
dc04463124
6
src/include/db_update_v11.txt
Normal file
6
src/include/db_update_v11.txt
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
-- New Database Structure Updates
|
||||||
|
ALTER TABLE `logcon_fields` CHANGE Sortable Sortable TINYINT(1) NOT NULL DEFAULT '0';
|
||||||
|
|
||||||
|
-- Insert data
|
||||||
|
|
||||||
|
-- Updated Data
|
Loading…
x
Reference in New Issue
Block a user