add URL feld
git-svn-id: svn://svn.cccv.de/engel-system@56 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
parent
7fc9c8d0fb
commit
a864215f5c
|
@ -159,6 +159,7 @@ CREATE TABLE IF NOT EXISTS `Shifts` (
|
|||
`RID` int(11) NOT NULL default '0',
|
||||
`Man` text,
|
||||
`FromPentabarf` char(1) NOT NULL default 'N',
|
||||
`URL` text,
|
||||
PRIMARY KEY (`SID`)
|
||||
) TYPE=MyISAM AUTO_INCREMENT=1 ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue