mirror of
https://git.code.sf.net/p/seeddms/code
synced 2026-01-20 00:07:27 +00:00
make tblVersion.module of type TEXT
This commit is contained in:
parent
2775bf3e6d
commit
3a593e3c44
|
|
@ -841,7 +841,7 @@ CREATE TABLE `tblVersion` (
|
|||
`major` INTEGER,
|
||||
`minor` INTEGER,
|
||||
`subminor` INTEGER,
|
||||
`module` varchar(255)
|
||||
`module` TEXT DEFAULT NULL
|
||||
) ;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user