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