Schema propel

This commit is contained in:
Simon Vieille 2015-02-17 01:55:56 +01:00
parent 3248dc1156
commit 025d5a4ac9
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ class Application extends BaseApplication
));
}
} catch (ReflectionException $e) {
}
}
}

View file

@ -1,4 +1,4 @@
<database name="pdns" namespace="Deblan\PowerDNS\Model" defaultIdMethod="native"
<database name="default" namespace="Deblan\PowerDNS\Model" defaultIdMethod="native"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://xsd.propelorm.org/1.6/database.xsd">
<table name="zone" phpName="Zone" isCrossRef="true">