This commit is contained in:
Mike Macgirvin 2010-10-05 16:05:08 -07:00
parent 23f03b18b7
commit c2db740b71
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ CREATE TABLE IF NOT EXISTS `contact` (
`name-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`uri-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`avatar-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`term-date` datetime NOT NULL DEFAUL '0000-00-00 00:00:00',
`term-date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`priority` tinyint(3) NOT NULL,
`blocked` tinyint(1) NOT NULL DEFAULT '1',
`readonly` tinyint(1) NOT NULL DEFAULT '0',