aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-server-postgres/migrations/20220610074049_history-length.sql
diff options
context:
space:
mode:
Diffstat (limited to 'crates/atuin-server-postgres/migrations/20220610074049_history-length.sql')
-rw-r--r--crates/atuin-server-postgres/migrations/20220610074049_history-length.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/crates/atuin-server-postgres/migrations/20220610074049_history-length.sql b/crates/atuin-server-postgres/migrations/20220610074049_history-length.sql
deleted file mode 100644
index b1c23016..00000000
--- a/crates/atuin-server-postgres/migrations/20220610074049_history-length.sql
+++ /dev/null
@@ -1,2 +0,0 @@
--- Add migration script here
-alter table history alter column data type text;