Allow for larger commands (#321)
Followup: Limit command length client side too
This commit is contained in:
parent
9085485a4f
commit
5aca6114d4
1 changed files with 3 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
||||||
|
-- Make it 4x larger. Most commands are less than this, but as it's base64
|
||||||
|
-- SOME are more than 8192. Should be enough for now.
|
||||||
|
ALTER TABLE history ALTER COLUMN data TYPE varchar(32768);
|
Loading…
Reference in a new issue