diff --git a/htdocs/application/controllers/main.php b/htdocs/application/controllers/main.php index 93d68e0..afa441c 100755 --- a/htdocs/application/controllers/main.php +++ b/htdocs/application/controllers/main.php @@ -92,9 +92,6 @@ class Main extends CI_Controller 'type' => 'TINYINT', 'constraint' => 1, ) , - 'paste' => array( - 'type' => 'LONGTEXT', - ) , 'raw' => array( 'type' => 'LONGTEXT', ) ,