function drupagram_update_7101 in Drupagram 7
Reload the schema changes.
File
- ./
drupagram.install, line 354 - Install, update and uninstall functions for the drupagram module.
Code
function drupagram_update_7101() {
cache_clear_all('schema:runtime:', 'cache', TRUE);
cache_clear_all('schema', 'cache');
}