[pLog-svn] r4106 - plog/trunk/install

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Oct 8 21:25:35 GMT 2006


Author: oscar
Date: 2006-10-08 21:25:35 +0000 (Sun, 08 Oct 2006)
New Revision: 4106

Modified:
   plog/trunk/install/dbschemas.properties.php
Log:
same with these, or else things like drop-down custom fields and permissions won't work


Modified: plog/trunk/install/dbschemas.properties.php
===================================================================
--- plog/trunk/install/dbschemas.properties.php	2006-10-08 21:24:12 UTC (rev 4105)
+++ plog/trunk/install/dbschemas.properties.php	2006-10-08 21:25:35 UTC (rev 4106)
@@ -139,7 +139,9 @@
 $Tables["permissions"]["schema"] = "
   id I(10) UNSIGNED NOTNULL AUTOINCREMENT PRIMARY,
   permission varchar(25) NOTNULL DEFAULT '',
-  description varchar(100) NOTNULL DEFAULT ''
+  description varchar(100) NOTNULL DEFAULT '',
+  admin_only I(1) NOTNULL DEFAULT '1',
+  core_perm I(1) NOTNULL DEFAULT '1'
 ";
 $Tables["permissions"]["options"] = "TYPE=MyISAM";
 
@@ -291,6 +293,7 @@
    field_name C(255) NOTNULL DEFAULT '' PRIMARY,
    field_description TEXT NOTNULL,
    field_type I(2) NOTNULL DEFAULT '1',
+   field_values TEXT NOTNULL DEFAULT '',
    blog_id I(10) NOTNULL DEFAULT '0',
    date T(14),
    searchable I1(1) DEFAULT 1,



More information about the pLog-svn mailing list