Skip to content

Commit

Permalink
Fix updte script
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Oct 15, 2023
1 parent 69254c6 commit 8a2bcfc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ endif()

set(_script_file "lantern--${LANTERNDB_VERSION}.sql")
set (_update_files
sql/updates/0.0.1--0.0.2.sql
sql/updates/0.0.2--0.0.3.sql)
sql/updates/0.0.4--latest.sql)

add_custom_command(
OUTPUT ${CMAKE_BINARY_DIR}/${_script_file}
Expand Down

0 comments on commit 8a2bcfc

Please sign in to comment.