updated cached schema for ads
This commit is contained in:
parent
e7771f8667
commit
d499dd7844
@ -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 (
|
||||
|
Reference in New Issue
Block a user