Author: snoopdave
Date: Fri May 18 20:09:35 2007
New Revision: 539683

URL: http://svn.apache.org/viewvc?view=rev&rev=539683
Log:
Adding new columns to JPA setup

Modified:
    
roller/branches/roller_4.0_newbackend/src/org/apache/roller/pojos/WebsiteData.orm.xml

Modified: 
roller/branches/roller_4.0_newbackend/src/org/apache/roller/pojos/WebsiteData.orm.xml
URL: 
http://svn.apache.org/viewvc/roller/branches/roller_4.0_newbackend/src/org/apache/roller/pojos/WebsiteData.orm.xml?view=diff&rev=539683&r1=539682&r2=539683
==============================================================================
--- 
roller/branches/roller_4.0_newbackend/src/org/apache/roller/pojos/WebsiteData.orm.xml
 (original)
+++ 
roller/branches/roller_4.0_newbackend/src/org/apache/roller/pojos/WebsiteData.orm.xml
 Fri May 18 20:09:35 2007
@@ -141,6 +141,12 @@
                        <basic name="handle">
                                <column name="handle" insertable="true" 
updatable="true" unique="true"/>
                        </basic>
+                       <basic name="about">
+                               <column name="about" insertable="true" 
updatable="true" unique="false"/>
+                       </basic>
+                       <basic name="iconPath">
+                               <column name="icon" insertable="true" 
updatable="true" unique="false"/>
+                       </basic>
                        <basic name="name">
                                <column name="name" insertable="true" 
updatable="true" unique="false"/>
                        </basic>
@@ -239,7 +245,6 @@
                        <transient name="adminUserCount"/>
                        <transient name="commentCount"/>
                        <transient name="commentModerationRequired"/>
-            <transient name="customStylesheet" />
                        <transient name="todaysHits"/>
                        <transient name="todaysReferrers"/>
                        <transient name="uRL"/>


Reply via email to