add URL feld

git-svn-id: svn://svn.cccv.de/engel-system@56 29ba0400-6e00-0410-a75a-ca02368028f8
This commit is contained in:
cookie 2005-11-15 22:47:29 +00:00
parent 7fc9c8d0fb
commit a864215f5c
1 changed files with 1 additions and 0 deletions

View File

@ -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 ;