Skip to content

Commit

Permalink
fix: update db schema version (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanberg committed Sep 18, 2023
1 parent 60058c9 commit bd0ae63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/next_ls/db/schema.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bd0ae63

Please sign in to comment.