- Timestamp:
- 03/02/07 21:53:36 (2 years ago)
- Files:
-
- trunk/apps/frontend/config/databases.yml (modified) (1 diff)
- trunk/config/schema.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/apps/frontend/config/databases.yml
r74 r92 1 1 all: 2 symfony:2 propel: 3 3 class: sfPropelDatabase 4 4 param: trunk/config/schema.xml
r88 r92 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 <database package="lib.model" name=" symfony" defaultIdMethod="native">2 <database package="lib.model" name="propel" defaultIdMethod="native"> 3 3 <table name="ask_question" phpName="Question"> 4 4 <column name="id" type="integer" required="true" primaryKey="true" autoincrement="true" />
