78fbbcda21
Optimise mysql adapter. Add TokenScope to mysql adapter. Add SimpleBulkInsert() to installer. Optimise panel.Plugins() route.
6 lines
157 B
SQL
6 lines
157 B
SQL
CREATE TABLE `activity_subscriptions`(
|
|
`user` int not null,
|
|
`targetID` int not null,
|
|
`targetType` varchar(50) not null,
|
|
`level` int DEFAULT 0 not null
|
|
); |