- Increased size of content_type field of rls_presentity table from 64 to 255, because 64 is too short for many actual content types. - Increased table version.
@@ -9,7 +9,7 @@
<table id="rls_presentity" xmlns:db="http://docbook.org/ns/docbook">
<name>rls_presentity</name>
- <version>0</version>
+ <version>1</version>
<type db="mysql">&MYSQL_TABLE_TYPE;</type>
<description>
<db:para>Table for the RLS module.
@@ -44,8 +44,8 @@
<column>
<name>content_type</name>
<type>string</type>
- <size>&domain_len;</size>
- <description>Event</description>
+ <size>255</size>
+ <description>Content type</description>
</column>
@@ -57,7 +57,7 @@
MODULE_VERSION
-#define P_TABLE_VERSION 0
+#define P_TABLE_VERSION 1
#define W_TABLE_VERSION 1
/** database connection */