From 509915ac3bbab8b096f9bb19f5fe24e448880338 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 18 Oct 2009 12:02:40 +0000 Subject: - Fixed update number. --- modules/system/system.install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/system/system.install b/modules/system/system.install index 38753a045..a3eb618d2 100644 --- a/modules/system/system.install +++ b/modules/system/system.install @@ -2874,7 +2874,7 @@ function system_update_7044() { /** * Add expiration field to the {flood} table. */ -function system_update_7044() { +function system_update_7045() { db_add_field('flood', 'expiration', array('description' => 'Expiration timestamp. Expired events are purged on cron run.', 'type' => 'int', 'not null' => TRUE, 'default' => 0)); db_add_index('flood', 'purge', array('expiration')); } -- cgit v1.2.3