mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Adding to database.sql too
This commit is contained in:
parent
b4eef25d37
commit
c9a7b8334a
1 changed files with 1 additions and 0 deletions
|
@ -879,6 +879,7 @@ CREATE TABLE IF NOT EXISTS `photo` (
|
|||
`deny_gid` mediumtext COMMENT 'Access Control - list of denied groups',
|
||||
`backend-class` tinytext COMMENT 'Storage backend class',
|
||||
`backend-ref` text COMMENT 'Storage backend data reference',
|
||||
`updated` datetime NOT NULL DEFAULT '0001-01-01 00:00:00' COMMENT 'edited timestamp',
|
||||
PRIMARY KEY(`id`),
|
||||
INDEX `contactid` (`contact-id`),
|
||||
INDEX `uid_contactid` (`uid`,`contact-id`),
|
||||
|
|
Loading…
Reference in a new issue