【发布时间】:2018-12-18 11:46:14
【问题描述】:
我有一个带有他的 .install 的模块,在这个模块中我放了我的更新:
function ga_crm_update_7135() {
$table = 'ga_historique_commande';
$schema = drupal_get_schema_unprocessed('ga_historique_commande', $table);
db_add_field($table, 'historique_filemaker', $schema['fields']['historique_filemaker']);
}
但是重新加载和刷新缓存后数据库没有改变,是否需要重新启动.install?
【问题讨论】: