function node_example_uninstall

Implementation of hook_uninstall().

File

node_example/node_example.install, line 18

Code

function node_example_uninstall() {
    drupal_uninstall_schema('node_example');
}