From 1edd39a2094d282abc5a71a0b403fc0c5a504d84 Mon Sep 17 00:00:00 2001 From: Claude Date: Sun, 13 May 2012 22:49:56 +0200 Subject: [PATCH] db structure --- htdocs/application/controllers/main.php | 3 --- 1 file changed, 3 deletions(-) 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', ) ,