Update migration script to use the new database properties file.

This commit is contained in:
Jonathan Bernard 2015-03-05 14:22:11 -06:00
parent 4f247cba37
commit f55cabe242

View File

@ -5,7 +5,8 @@ import com.jdbernard.nlsongs.model.*
import java.text.SimpleDateFormat
sdf = new SimpleDateFormat('yyyy-MM-dd')
hcfg = new HikariConfig("/home/jdbernard/projects/new-life-songs/src/main/webapp/WEB-INF/classes/newlifesongs.properties")
hcfg = new
HikariConfig("/home/jdbernard/projects/new-life-songs/src/main/webapp/WEB-INF/classes/datasource.properties")
makeService = { svcRow ->
Service svc = new Service()