finished showroom migration batch function
This commit is contained in:
@@ -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'),
|
||||
|
Reference in New Issue
Block a user