mirror of
https://github.com/rsyslog/loganalyzer.git
synced 2025-09-24 10:28:10 +02:00
Added dummy db update scripts, so the db upgrade script won't fail in future.
This is for the case when the db version is not correctly or missing in the user database.
This commit is contained in:
parent
2d089f1c94
commit
5faad8d2fd
5
src/include/db_update_v0.txt
Normal file
5
src/include/db_update_v0.txt
Normal file
@ -0,0 +1,5 @@
|
||||
-- New Database Structure Updates
|
||||
|
||||
-- Insert data
|
||||
|
||||
-- Updated Data
|
5
src/include/db_update_v1.txt
Normal file
5
src/include/db_update_v1.txt
Normal file
@ -0,0 +1,5 @@
|
||||
-- New Database Structure Updates
|
||||
|
||||
-- Insert data
|
||||
|
||||
-- Updated Data
|
5
src/include/db_update_v7.txt
Normal file
5
src/include/db_update_v7.txt
Normal file
@ -0,0 +1,5 @@
|
||||
-- New Database Structure Updates
|
||||
|
||||
-- Insert data
|
||||
|
||||
-- Updated Data
|
Loading…
x
Reference in New Issue
Block a user