finished showroom migration batch function

This commit is contained in:
Bachir Soussi Chiadmi
2016-11-27 19:48:58 +01:00
parent 5423f6d3bc
commit 1ec80dc60e
2 changed files with 329 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
function materio_showroom_field_schema($field) {
$columns = array(
'showroom_tid' => array('type' => 'int', 'not null' => FALSE),
'location' => array('type' => 'varchar', 'length' => 10, 'not null' => TRUE),
'location' => array('type' => 'varchar', 'length' => 255, 'not null' => TRUE),
);
$indexes = array(
'location' => array('location'),