SQL upgrade scripts not installed: Closes #5436

This commit is contained in:
Jim Nelson 2012-06-21 11:58:15 -07:00
parent 86a02357a2
commit ed235a106b

View file

@ -1,4 +1,6 @@
set(SQL_DEST share/geary/sql) set(SQL_DEST share/geary/sql)
install(FILES Create.sql DESTINATION ${SQL_DEST}) install(FILES Create.sql DESTINATION ${SQL_DEST})
install(FILES Version-002.sql DESTINATION ${SQL_DEST})
install(FILES Version-003.sql DESTINATION ${SQL_DEST})