78fbbcda21
Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
5 lines
165 B
SQL
5 lines
165 B
SQL
CREATE TABLE `activity_stream_matches`(
|
|
`watcher` int not null,
|
|
`asid` int not null,
|
|
foreign key(`asid`) REFERENCES `activity_stream`(`asid`) ON DELETE CASCADE
|
|
); |