mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-07-15 08:58:10 +00:00
add notes on update
This commit is contained in:
parent
fad327a8ea
commit
24f63bb40d
10
install/update-5.1.0/update.txt
Normal file
10
install/update-5.1.0/update.txt
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
Caution when you update an sqlite database
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
The database changes for this version will require to change the
|
||||||
|
definition of various columns. This is not easily possible when using
|
||||||
|
sqlite. Therefore, the affected tables are first renamed, than
|
||||||
|
new tables with the modified columns are created in the old table
|
||||||
|
content will be copied into the new table. The old tables will not
|
||||||
|
be removed and are prefixed with '__'. You may manunally remove them
|
||||||
|
once you have successfully checked the update.
|
Loading…
Reference in New Issue
Block a user