aboutsummaryrefslogtreecommitdiffstats
path: root/atuin-server-postgres/migrations/20220421174016_larger-commands.sql
diff options
context:
space:
mode:
Diffstat (limited to 'atuin-server-postgres/migrations/20220421174016_larger-commands.sql')
-rw-r--r--atuin-server-postgres/migrations/20220421174016_larger-commands.sql3
1 files changed, 0 insertions, 3 deletions
diff --git a/atuin-server-postgres/migrations/20220421174016_larger-commands.sql b/atuin-server-postgres/migrations/20220421174016_larger-commands.sql
deleted file mode 100644
index 0ac43433..00000000
--- a/atuin-server-postgres/migrations/20220421174016_larger-commands.sql
+++ /dev/null
@@ -1,3 +0,0 @@
--- 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);