diff options
author | Friendika <info@friendika.com> | 2011-01-06 23:41:14 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-01-06 23:41:14 -0800 |
commit | 502d59089b1690c41e7ad1bd95fa45f277181ca8 (patch) | |
tree | ec43036b77e8d7ea472167ae7f47986e325fe009 /database.sql | |
parent | fd1abe1c54d1c5fb6a6fdaf9f6862aece674143a (diff) | |
download | volse-hubzilla-502d59089b1690c41e7ad1bd95fa45f277181ca8.tar.gz volse-hubzilla-502d59089b1690c41e7ad1bd95fa45f277181ca8.tar.bz2 volse-hubzilla-502d59089b1690c41e7ad1bd95fa45f277181ca8.zip |
schema typo
Diffstat (limited to 'database.sql')
-rw-r--r-- | database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database.sql b/database.sql index 4a8350f84..61cd95e72 100644 --- a/database.sql +++ b/database.sql @@ -87,7 +87,7 @@ CREATE TABLE IF NOT EXISTS `contact` ( `pending` tinyint(1) NOT NULL DEFAULT '1', `rating` tinyint(1) NOT NULL DEFAULT '0', `reason` text NOT NULL, - `info` MEDIUMTEXT NOT NULL AFTER `reason`, + `info` mediumtext NOT NULL, `profile-id` int(11) NOT NULL DEFAULT '0', PRIMARY KEY (`id`), KEY `uid` (`uid`), |