This website requires JavaScript.
Explore
Help
Register
Sign In
gnh1201
/
seeddms-code
Watch
1
Star
0
Fork
0
You've already forked seeddms-code
mirror of
https://git.code.sf.net/p/seeddms/code
synced
2024-11-26 15:32:13 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
7f304bed4a
seeddms-code
/
install
/
update-3.2.0
/
update.sql
6 lines
81 B
MySQL
Raw
Normal View
History
Unescape
Escape
make it work with latest update script
2013-02-20 08:44:20 +00:00
START
TRANSACTION
;
- moved from ..
2011-12-06 12:42:58 +00:00
UPDATE
tblVersion
set
major
=
3
,
minor
=
2
,
subminor
=
0
;
make it work with latest update script
2013-02-20 08:44:20 +00:00
COMMIT
;
Reference in New Issue
Copy Permalink