You are here

function role_export_uninstall in Role Export 7

Same name and namespace in other branches
  1. 6 role_export.install \role_export_uninstall()

Implements hook_uninstall().

File

./role_export.install, line 38
Install, Uninstall, Schema and Update functions for role_export

Code

function role_export_uninstall() {
  db_drop_field('role', 'machine_name');
}