mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
missing update directory
This commit is contained in:
parent
d6cfb287a6
commit
9834d0c53a
5
install/update-4.1.0/update.sql
Normal file
5
install/update-4.1.0/update.sql
Normal file
|
@ -0,0 +1,5 @@
|
|||
START TRANSACTION;
|
||||
|
||||
UPDATE tblVersion set major=4, minor=1, subminor=0;
|
||||
|
||||
COMMIT;
|
6
install/update-4.1.0/update.txt
Normal file
6
install/update-4.1.0/update.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
Directory for language files
|
||||
============================
|
||||
|
||||
This version uses different names for the directories containing the
|
||||
language files. Users should explicitly set the language the next time
|
||||
they log in in order to update their user preferences.
|
Loading…
Reference in New Issue
Block a user