mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-31 21:27:36 +00:00
forget to create field secret when change table tblUsers
This commit is contained in:
parent
c5a67874cf
commit
7db1703477
|
|
@ -107,6 +107,7 @@ CREATE TABLE `new_tblUsers` (
|
|||
`disabled` INTEGER NOT NULL default '0',
|
||||
`quota` INTEGER,
|
||||
`homefolder` INTEGER default NULL REFERENCES `tblFolders` (`id`),
|
||||
`secret` varchar(50) default NULL,
|
||||
UNIQUE (`login`)
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user