]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
comment out the extra bit, cos there's always mysql-only stuff in therre.
authorBrenda Wallace <shiny@cpan.org>
Sat, 15 May 2010 03:32:22 +0000 (15:32 +1200)
committerBrenda Wallace <shiny@cpan.org>
Sat, 15 May 2010 03:32:22 +0000 (15:32 +1200)
this isn't a very good idea

lib/pgsqlschema.php

index 16639ff1b07c8ea2556ec33b9855468aabcf1172..583d01e0a781adfbcfc3fe41b4fb443569852a35 100644 (file)
@@ -520,9 +520,9 @@ class PgsqlSchema extends Schema
             $sql .= ($cd->nullable) ? "null " : "not null ";
         }
 
-        if (!empty($cd->extra)) {
-            $sql .= "{$cd->extra} ";
-        }
+//         if (!empty($cd->extra)) {
+//             $sql .= "{$cd->extra} ";
+//         }
 
         return $sql;
     }