Author: ktlili
Date: Tue Jan 22 10:52:09 2008
New Revision: 19560

URL: https://svndev.jahia.net/websvn/listing.php?sc=3D1&rev=3D19560&repname=
=3Djahia
Log:
- [JahiaPagesUsersPropPK]fix bug: DB storage reduce key length for mysql su=
pport

Modified:
    branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/hibernate/mod=
el/JahiaPagesUsersPropPK.java

Modified: branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/hiberna=
te/model/JahiaPagesUsersPropPK.java
URL: https://svndev.jahia.net/websvn/diff.php?path=3D/branches/JAHIA-INCLUD=
E-TAG-BRANCH/core/src/java/org/jahia/hibernate/model/JahiaPagesUsersPropPK.=
java&rev=3D19560&repname=3Djahia
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D
--- branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/hibernate/mod=
el/JahiaPagesUsersPropPK.java (original)
+++ branches/JAHIA-INCLUDE-TAG-BRANCH/core/src/java/org/jahia/hibernate/mod=
el/JahiaPagesUsersPropPK.java Tue Jan 22 10:52:09 2008
@@ -64,7 +64,7 @@
 =

     /**
      * @hibernate.property column=3D"principal_key"
-     * length=3D"150"
+     * length=3D"70"
      */
     public String getPrincipalKey() {
         return principalKey;
@@ -76,7 +76,7 @@
 =

     /**
      * @hibernate.property column=3D"principal_type"
-     * length=3D"150"
+     * length=3D"40"
      */
     public String getPrincipalType() {
         return principalType;
@@ -88,7 +88,7 @@
 =

     /**
      * @hibernate.property column=3D"prop_type"
-     * length=3D"150"
+     * length=3D"40"
      */
     public String getPropType() {
         return propType;

_______________________________________________
cvs_list mailing list
[email protected]
http://lists.jahia.org/cgi-bin/mailman/listinfo/cvs_list

Reply via email to