From d499dd7844863606d4e502dd98a5f8612baffc74 Mon Sep 17 00:00:00 2001 From: Parziphal Date: Mon, 2 Dec 2013 09:25:12 -0500 Subject: [PATCH] updated cached schema for ads --- db/table_schema/production/advertisements.php | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/db/table_schema/production/advertisements.php b/db/table_schema/production/advertisements.php index 078ecc4..ab26412 100644 --- a/db/table_schema/production/advertisements.php +++ b/db/table_schema/production/advertisements.php @@ -42,6 +42,16 @@ return array ( 'type' => 'int(11)', 'default' => NULL, ), + 'script' => + array ( + 'type' => 'text', + 'default' => NULL, + ), + 'html' => + array ( + 'type' => 'text', + 'default' => NULL, + ), ), 1 => array (