From: olivier Date: Mon, 1 Feb 2010 07:12:17 +0000 (+0000) Subject: remove duplicate key X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a81c0c22bdb7556905c275667905d47aa59d700e;p=telemeta-data.git remove duplicate key git-svn-id: http://svn.parisson.org/svn/crem@143 3bf09e05-f825-4182-b9bc-eedd7160adf0 --- 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)