Skip to content

Commit bd0ae63

Browse files
authored
fix: update db schema version (#223)
1 parent 60058c9 commit bd0ae63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/next_ls/db/schema.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ defmodule NextLS.DB.Schema do
2323

2424
alias NextLS.DB
2525

26-
@version 4
26+
@version 5
2727

2828
def init(conn) do
2929
# FIXME: this is odd tech debt. not a big deal but is confusing

0 commit comments

Comments
 (0)