File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212
1313__metadata__ = \
1414{
15- "version" : "1.9.1 " ,
15+ "version" : "1.9.2 " ,
1616 "requirements" : req ,
1717 "minimum_py_version" : "3.8" ,
1818}
Original file line number Diff line number Diff line change @@ -252,7 +252,7 @@ def create_analytic_objects(self) -> bool:
252252 * @Info: Returns relative number of fully successful attempts for specific guild/user.
253253 * If guild/user is not found or there are no logs for the guild/user, returns 1.
254254 */
255- DECLARE @internal_id smallint , @guild_type nvarchar(20), @rate decimal(8,5);
255+ DECLARE @internal_id int , @guild_type nvarchar(20), @rate decimal(8,5);
256256
257257 SELECT @internal_id = gu.id,
258258 @guild_type = gt.name
@@ -286,7 +286,7 @@ def create_analytic_objects(self) -> bool:
286286 "stm" : """
287287 PROCEDURE {}(@sent_data nvarchar(max),
288288 @message_type smallint,
289- @guild_id smallint ,
289+ @guild_id int ,
290290 @message_mode smallint,
291291 @dm_reason nvarchar(max),
292292 @channels t_tmp_channel_log READONLY) AS
You can’t perform that action at this time.
0 commit comments