]> git.mxchange.org Git - friendica.git/commitdiff
typo
authorMike Macgirvin <mike@macgirvin.com>
Tue, 5 Oct 2010 23:05:08 +0000 (16:05 -0700)
committerMike Macgirvin <mike@macgirvin.com>
Tue, 5 Oct 2010 23:05:08 +0000 (16:05 -0700)
database.sql

index 1f1f4d1d49e9e407ecc40bc0a7ab3c4d3a362af8..43d6c0041fa4f5efe674ca7d92376c2027906867 100644 (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',