From bd0ae631c13e54d7f720b6e28664028cf9f3f785 Mon Sep 17 00:00:00 2001 From: Mitchell Hanberg Date: Sun, 17 Sep 2023 21:59:36 -0400 Subject: [PATCH] fix: update db schema version (#223) --- lib/next_ls/db/schema.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/next_ls/db/schema.ex b/lib/next_ls/db/schema.ex index e86ab228..d66c4047 100644 --- a/lib/next_ls/db/schema.ex +++ b/lib/next_ls/db/schema.ex @@ -23,7 +23,7 @@ defmodule NextLS.DB.Schema do alias NextLS.DB - @version 4 + @version 5 def init(conn) do # FIXME: this is odd tech debt. not a big deal but is confusing