mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:45:16 +02:00
more preparation for activities
This commit is contained in:
parent
2e6041d1b6
commit
3a69413f86
5 changed files with 19 additions and 3 deletions
|
@ -146,6 +146,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`contact-id` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`type` char(255) NOT NULL,
|
||||
`wall` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`gravity` tinyint(1) NOT NULL DEFAULT '0',
|
||||
`parent` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
`parent-uri` char(255) CHARACTER SET ascii NOT NULL,
|
||||
`created` datetime NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue