poll.install

Install, update and uninstall functions for the poll module.

File

modules/poll/poll.install

Functions

Name Description
poll_schema Implements hook_schema().
poll_update_7001 Use the poll_choice primary key to record votes in poll_votes rather than the choice order. Rename chorder to weight.
poll_update_7002 Add timestamp field to {poll_vote}.
poll_update_7003 Change the weight column to normal int.
poll_update_7004 Update the database to match the schema.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!poll!poll.install/7.x