mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
sort out notify x-domain
This commit is contained in:
parent
024f2019e6
commit
b02e30f1cf
7 changed files with 67 additions and 34 deletions
|
@ -149,6 +149,7 @@ CREATE TABLE IF NOT EXISTS `item` (
|
|||
`parent-uri` char(255) CHARACTER SET ascii NOT NULL,
|
||||
`created` datetime NOT NULL,
|
||||
`edited` datetime NOT NULL,
|
||||
`changed` datetime NOT NULL,
|
||||
`owner-name` char(255) NOT NULL,
|
||||
`owner-link` char(255) NOT NULL,
|
||||
`owner-avatar` char(255) NOT NULL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue