summaryrefslogtreecommitdiff
path: root/modules/poll/poll.install
diff options
context:
space:
mode:
Diffstat (limited to 'modules/poll/poll.install')
-rw-r--r--modules/poll/poll.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/poll/poll.install b/modules/poll/poll.install
index 8c73cf43a..8c58025bb 100644
--- a/modules/poll/poll.install
+++ b/modules/poll/poll.install
@@ -198,9 +198,18 @@ function poll_update_7003() {
}
/**
+ * @addtogroup updates-7.x-extra
+ * @{
+ */
+
+/**
* Update the database to match the schema.
*/
function poll_update_7004() {
// Remove field default.
db_change_field('poll_vote', 'chid', 'chid', array('type' => 'int', 'unsigned' => TRUE, 'not null' => TRUE));
}
+
+/**
+ * @} End of "addtogroup updates-7.x-extra".
+ */