fix prev commit

master
Aevann 2024-10-19 06:48:38 +03:00
parent 27f5823dee
commit a7e9bf9f24
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
alter table users alter column ban_reason type varchar(5000);
alter table users alter column shadowban_reason type varchar(5000);
alter table modactions alter column _note type varchar(5050);