database changes for name, searching for playlist for a show.
This commit is contained in:
parent
8d58f8fddb
commit
c1c4c4e598
130 changed files with 699 additions and 367 deletions
|
@ -1,4 +1,4 @@
|
|||
project.home = /path/to/airtime
|
||||
project.home = /home/naomiaro/dev-campcaster/campcaster
|
||||
project.build = ${project.home}/build
|
||||
|
||||
#Database driver
|
||||
|
@ -6,7 +6,7 @@ propel.database = pgsql
|
|||
propel.database.url = pgsql:host=localhost dbname=airtime user=airtime password=airtime
|
||||
|
||||
#Project name
|
||||
propel.project = campcaster
|
||||
propel.project = airtime
|
||||
|
||||
propel.schema.dir = ${project.build}
|
||||
propel.conf.dir = ${project.build}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<config>
|
||||
<propel>
|
||||
<datasources default="campcaster">
|
||||
<datasource id="campcaster">
|
||||
<datasources default="airtime">
|
||||
<datasource id="airtime">
|
||||
<adapter>pgsql</adapter> <!-- sqlite, mysql, myssql, oracle, or pgsql -->
|
||||
<connection>
|
||||
<dsn>pgsql:host=localhost;port=5432;dbname=airtime;user=airtime;password=airtime</dsn>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--Autogenerated by PropelSchemaReverseTask class.-->
|
||||
<database name="campcaster" defaultIdMethod="native">
|
||||
<database name="airtime" defaultIdMethod="native">
|
||||
<table name="cc_access" phpName="CcAccess">
|
||||
<column name="id" phpName="Id" type="INTEGER" primaryKey="true" autoIncrement="true" required="true"/>
|
||||
<column name="gunid" phpName="Gunid" type="CHAR" size="32" required="false"/>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# Sqlfile -> Database map
|
||||
schema.sql=campcaster
|
||||
schema.sql=airtime
|
||||
sequences.sql=campcaster
|
||||
views.sql=campcaster
|
||||
triggers.sql=campcaster
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue