From a81c0c22bdb7556905c275667905d47aa59d700e Mon Sep 17 00:00:00 2001 From: olivier Date: Mon, 1 Feb 2010 07:12:17 +0000 Subject: [PATCH] remove duplicate key git-svn-id: http://svn.parisson.org/svn/crem@143 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- trunk/docref/crem.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/trunk/docref/crem.sql b/trunk/docref/crem.sql index 4a6846b..f34da5f 100644 --- a/trunk/docref/crem.sql +++ b/trunk/docref/crem.sql @@ -279,8 +279,6 @@ CREATE TABLE media_items ( ON DELETE SET NULL, FOREIGN KEY(vernacular_style_id) REFERENCES vernacular_styles (id) ON DELETE SET NULL, - FOREIGN KEY(location_name) REFERENCES locations (name) - ON DELETE SET NULL, FOREIGN KEY(copied_from_item_id) REFERENCES media_items (id) ON DELETE SET NULL, FOREIGN KEY(generic_style_id) REFERENCES generic_styles (id) -- 2.39.5