mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-22 08:13:57 +01:00
Allow for larger commands (#321)
Followup: Limit command length client side too
This commit is contained in:
parent
9085485a4f
commit
5aca6114d4
@ -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 New Issue
Block a user