libretime/install/airtime-upgrade.php
martin 781ceeaa7f -web streaming enabled in liquidsoap script.
-liquisoap scripts updated
2011-02-28 23:51:42 -05:00

11 lines
393 B
PHP

<?php
$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-master.xml "
."--url=\"jdbc:postgresql://localhost:5432/airtime\" "
."--username=airtime "
."--password=airtime "
."migrate";
system($command);