You are here

function vud_term_schema in Vote Up/Down 6.2

Same name and namespace in other branches
  1. 6.3 vud_term/vud_term.install \vud_term_schema()

Implementation of hook_schema().

File

vud_term/vud_term.install, line 18
Install, update and uninstall functions for the Vote Up/Down Term module.

Code

function vud_term_schema() {
  return array();
}