Author: gmazza
Date: Sun Dec 30 15:49:32 2012
New Revision: 1426956
URL: http://svn.apache.org/viewvc?rev=1426956&view=rev
Log:
Added explanation for ROL-1953
Modified:
roller/trunk/weblogger-business/src/main/resources/sql/400-to-500-migration.vm
Modified:
roller/trunk/weblogger-business/src/main/resources/sql/400-to-500-migration.vm
URL:
http://svn.apache.org/viewvc/roller/trunk/weblogger-business/src/main/resources/sql/400-to-500-migration.vm?rev=1426956&r1=1426955&r2=1426956&view=diff
==============================================================================
---
roller/trunk/weblogger-business/src/main/resources/sql/400-to-500-migration.vm
(original)
+++
roller/trunk/weblogger-business/src/main/resources/sql/400-to-500-migration.vm
Sun Dec 30 15:49:32 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,