You are here

function cacheflush_entity_update_8101 in CacheFlush 8

Implements hook_update_N().

File

modules/cacheflush_entity/cacheflush_entity.install, line 13
Cacheflush Entity API install file.

Code

function cacheflush_entity_update_8101() {
  Database::getConnection()
    ->schema()
    ->dropField('cacheflush', 'langcode');
}