-web streaming enabled in liquidsoap script.

-liquisoap scripts updated
This commit is contained in:
martin 2011-02-28 23:51:42 -05:00
parent d47fc41082
commit 781ceeaa7f
4 changed files with 23 additions and 2 deletions

View file

@ -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 "

View 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>