summaryrefslogtreecommitdiffstats
path: root/system/database/drivers/postgre/postgre_forge.php
diff options
context:
space:
mode:
authorZachary Flower <zach@ninjaninja.net>2014-11-03 18:43:28 +0100
committerZachary Flower <zach@ninjaninja.net>2014-11-03 18:43:28 +0100
commitce8aa3b5abe0b20da7dbee70fb49f440ad41b15c (patch)
tree54eaadc4d4f1a99a2b2990c89a63828f6a221563 /system/database/drivers/postgre/postgre_forge.php
parente4b10bf0ad59049ed78ed9cfc5f708188f3cd442 (diff)
Remove comment field definition from all other forge classes
Diffstat (limited to 'system/database/drivers/postgre/postgre_forge.php')
-rw-r--r--system/database/drivers/postgre/postgre_forge.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/system/database/drivers/postgre/postgre_forge.php b/system/database/drivers/postgre/postgre_forge.php
index 7db9e500c..1dcd02761 100644
--- a/system/database/drivers/postgre/postgre_forge.php
+++ b/system/database/drivers/postgre/postgre_forge.php
@@ -72,13 +72,6 @@ class CI_DB_postgre_forge extends CI_DB_forge {
*/
protected $_null = 'NULL';
- /**
- * COMMENT value representation in CREATE/ALTER TABLE statements
- *
- * @var string
- */
- protected $_comment = FALSE;
-
// --------------------------------------------------------------------
/**