updated cached schema for ads

This commit is contained in:
Parziphal 2013-12-02 09:25:12 -05:00
parent e7771f8667
commit d499dd7844

View File

@ -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 (