Functions that change the database schema when installing, updating or deinstalling the daily module.
| Name | Location | Description |
|---|---|---|
| daily_install | daily/daily.install | Implementation of hook_install(): Install the database schema. |
| daily_schema | daily/daily.install | Implementation of hook_schema(): Define the database schema. |
| daily_uninstall | daily/daily.install | Implementation of hook_uninstall(): remove tables and variables |
| daily_update_last_removed | daily/daily.install | Implementation of hook_update_last_removed: Last removed update script |