function pm_update_7104 in Drupal PM (Project Management) 7.3
Same name and namespace in other branches
- 8 pm.install \pm_update_7104()
- 7.2 pm.install \pm_update_7104()
Removal of legacy attribute table.
File
- ./
pm.install, line 53 - Install, update and uninstall functions for the Project Management module.
Code
function pm_update_7104() {
db_drop_table('pmattribute');
}