- added column date to tblFolders

This commit is contained in:
steinm 2010-12-14 12:17:14 +00:00
parent 5d85ffe59e
commit 8a856e9db3
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@ CREATE TABLE `tblFolders` (
`name` varchar(70) default NULL,
`parent` int(11) default NULL,
`comment` text,
`date` int(12) default NULL,
`owner` int(11) default NULL,
`inheritAccess` tinyint(1) NOT NULL default '1',
`defaultAccess` tinyint(4) NOT NULL default '0',

View File

@ -209,6 +209,7 @@ CREATE TABLE `tblFolders` (
`name` varchar(70) default NULL,
`parent` int(11) default NULL,
`comment` text,
`date` int(12) default NULL,
`owner` int(11) default NULL,
`inheritAccess` tinyint(1) NOT NULL default '1',
`defaultAccess` tinyint(4) NOT NULL default '0',