From 88c9a015c16bcfc6312f539c13a320aa40d91aa9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 1 Jun 2009 22:07:10 +0000 Subject: - Patch #111011 by Josh Waihi: adding foreign key specifications. --- modules/trigger/trigger.install | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/trigger/trigger.install') diff --git a/modules/trigger/trigger.install b/modules/trigger/trigger.install index 1c4d827b7..631efd18b 100644 --- a/modules/trigger/trigger.install +++ b/modules/trigger/trigger.install @@ -61,6 +61,9 @@ function trigger_schema() { ), ), 'primary key' => array('hook', 'op', 'aid'), + 'foreign keys' => array( + 'aid' => array('actions' => 'aid'), + ), ); return $schema; } -- cgit v1.2.3