fix roles.permissions' datatype to bigint

This commit is contained in:
Luna 2020-07-29 15:28:31 -03:00
parent 227c42c27b
commit 89ab7b820c
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
-- channel_overwrites table already has allow and deny as bigints.
alter table roles
alter column permissions type bigint;