licensed, a bit better file handling, a bit better migration handling
This commit is contained in:
parent
319895db64
commit
03d7614673
28 changed files with 934 additions and 22 deletions
|
@ -1 +1,9 @@
|
|||
configure_file(m0.sql m0.sql COPYONLY)
|
||||
set(MIGRATIONS migrations)
|
||||
configure_file(m0.sql ${PICA_BIN_DIR}/${CMAKE_INSTALL_DATADIR}/${MIGRATIONS}/m0.sql COPYONLY)
|
||||
|
||||
install(
|
||||
FILES
|
||||
m0.sql
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME}/${MIGRATIONS}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue