Closed Misha12 closed 3 years ago
BEGIN TRANSACTION;
GO
DROP TABLE [MathAuditLog];
GO
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
VALUES (N'20201113112754_RemovedMathAuditLog', N'5.0.0');
GO
COMMIT;
GO
BEGIN TRANSACTION;
GO
ALTER TABLE [DiscordUsers] ADD [UnverifyImunityGroup] nvarchar(64) NULL;
GO
INSERT INTO [__EFMigrationsHistory] ([MigrationId], [ProductVersion])
VALUES (N'20201113124509_UnverifyImunity', N'5.0.0');
GO
COMMIT;
GO
math history
+ Removed math audit logunverify setImunity {user} {groupName}
unverify printGroups
unverify removeImunity {user}
unverify printGroupUsers {groupName}
selfunverify addDefs {group} {values}
selfunverify removeDefs {group} {values}
emoteinfo clear
and fixed bug with DB queries. (#215)globalConfig keys
globalConfig get {key}
globalConfig set {key} {value}
admin pinpurge
=>pinpurge
admin clear
=>clear
guild channels
(remove)guild channel
(remove)invite users {code}
(remove, currently in webadmin)math history
(remove)invite list
(migrate to webadmin)remind me/user
(merge)remind me ...
remind @mention ...
hledam
(merge list and add commands)