mirror of
https://github.com/friendica/friendica
synced 2025-04-25 04:30:11 +00:00
backend for delegating forums
This commit is contained in:
parent
10f768630b
commit
167ab537b5
6 changed files with 103 additions and 27 deletions
|
@ -769,4 +769,11 @@ INDEX ( `twit` ),
|
|||
INDEX ( `stat` )
|
||||
) ENGINE = MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
CREATE TABLE IF NOT EXISTS `manage` {
|
||||
`id` INT NOT NULL AUTO_INCREMENT PRIMARY KEY ,
|
||||
`uid` INT NOT NULL ,
|
||||
`mid` INT NOT NULL,
|
||||
INDEX ( `uid` ),
|
||||
INDEX ( `mid` )
|
||||
) ENGINE = MyISAM DEFAULT CHARSET=utf8;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue