-web streaming enabled in liquidsoap script.
-liquisoap scripts updated
This commit is contained in:
parent
d47fc41082
commit
781ceeaa7f
4 changed files with 23 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
$command = __DIR__."/../library/liquibase/liquibase --driver=org.postgresql.Driver "
|
||||
."--classpath=".__DIR__."/../library/liquibase/lib/postgresql-9.0-801.jdbc4.jar "
|
||||
."--changeLogFile=".__DIR__."/upgrade/db.changelog.xml "
|
||||
."--changeLogFile=".__DIR__."/upgrade/db.changelog-master.xml "
|
||||
."--url=\"jdbc:postgresql://localhost:5432/airtime\" "
|
||||
."--username=airtime "
|
||||
."--password=airtime "
|
||||
|
|
11
install/upgrade/db.changelog-master.xml
Normal file
11
install/upgrade/db.changelog-master.xml
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<databaseChangeLog
|
||||
xmlns="http://www.liquibase.org/xml/ns/dbchangelog/1.9"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog/1.9
|
||||
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-1.9.xsd">
|
||||
|
||||
<include file="upgrade/db.changelog-1.7.xml"/>
|
||||
|
||||
</databaseChangeLog>
|
Loading…
Add table
Add a link
Reference in a new issue