You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2012/12/30 17:21:18 UTC

svn commit: r1426962 - /roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm

Author: gmazza
Date: Sun Dec 30 16:21:17 2012
New Revision: 1426962

URL: http://svn.apache.org/viewvc?rev=1426962&view=rev
Log:
Added explanation for ROL-1953

Modified:
    roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm

Modified: roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm
URL: http://svn.apache.org/viewvc/roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm?rev=1426962&r1=1426961&r2=1426962&view=diff
==============================================================================
--- roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm (original)
+++ roller/branches/roller_5.0/weblogger-business/src/main/resources/sql/400-to-500-migration.vm Sun Dec 30 16:21:17 2012
@@ -11,6 +11,9 @@ DON'T RUN THIS, IT'S NOT A DATABASE CREA
 -- actions:    comma separated list of actions permitted by permission
 -- objectid:   for now this will always store weblogid
 -- objectType: for now this will always be 'Weblog'
+-- Note: if getting error that roller_permission.id column is not wide enough 
+-- due to concatenation of w.id and u.username below, may be able to rely on
+-- w.id alone *if* no single blog is shared by multiple users. 
 create table roller_permission (
    id              varchar(48) not null primary key,
    username        varchar(255) not null,