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:
Andre Lorbach 2008-10-24 17:39:06 +02:00
parent 2d089f1c94
commit 5faad8d2fd
3 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
-- New Database Structure Updates
-- Insert data
-- Updated Data

View File

@ -0,0 +1,5 @@
-- New Database Structure Updates
-- Insert data
-- Updated Data

View File

@ -0,0 +1,5 @@
-- New Database Structure Updates
-- Insert data
-- Updated Data