mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
schema typo
This commit is contained in:
parent
fd1abe1c54
commit
502d59089b
2 changed files with 7 additions and 1 deletions
|
@ -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`),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue