78fbbcda21
Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
4 lines
86 B
SQL
4 lines
86 B
SQL
CREATE TABLE `conversations_participants`(
|
|
`uid` int not null,
|
|
`cid` int not null
|
|
); |