You are here

function flash_update_1 in Flash Node 5

Update database hooks

File

./flash.install, line 43

Code

function flash_update_1() {
  return _system_update_utf8(array(
    'flash',
  ));
}