summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/META-INF/persistence.xml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-12-07 09:48:11 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-12-07 09:48:11 -0400
commit318450b755e8a849e035e8d1b8895c1cfb5b278e (patch)
treed188f42a37c21c1cc426fd6e2de765857ef2c1f4 /proxy/code/src/META-INF/persistence.xml
parent1bee200575dda5cf1b41bf879f79471e47311740 (diff)
downloadcandlepin-318450b755e8a849e035e8d1b8895c1cfb5b278e.tar.gz
candlepin-318450b755e8a849e035e8d1b8895c1cfb5b278e.tar.xz
candlepin-318450b755e8a849e035e8d1b8895c1cfb5b278e.zip
Change consumer -> consumer info relationship.
Previously was using the PrimaryKeyJoinColumn where the consumer and it's info both had exactly the same ID. This made it appear as if the info was disjoint in an ERD however. Changing to a more normal join column.
Diffstat (limited to 'proxy/code/src/META-INF/persistence.xml')
-rw-r--r--proxy/code/src/META-INF/persistence.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proxy/code/src/META-INF/persistence.xml b/proxy/code/src/META-INF/persistence.xml
index b41164a..83eda51 100644
--- a/proxy/code/src/META-INF/persistence.xml
+++ b/proxy/code/src/META-INF/persistence.xml
@@ -12,7 +12,7 @@
<property name="hibernate.hbm2ddl.auto" value="create-drop"/>
<property name="hibernate.connection.username" value="sa"/>
<property name="hibernate.connection.password" value=""/>
- <property name="hibernate.show_sql" value="false" />
+ <property name="hibernate.show_sql" value="true" />
</properties>
</persistence-unit>