From 27e11e0dbf1ab9f4f67dc289971dc1456dd8d7e1 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 17 Jul 2006 20:49:34 +0000 Subject: [PATCH] r902: Removed the useless dependency table --- docs/changes.txt | 1 + docs/schema_changes.sql | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 69cba65..78e2c39 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -12,6 +12,7 @@ - Add a notice for guests explaining that registration is a good thing (http://bugs.iris-studios.com/showreport.php?bugid=19) - Create a separate screen that lists a user's favourites (http://bugs.iris-studios.com/showreport.php?bugid=12) - Atom syndication of the bugs list (http://bugs.iris-studios.com/showreport.php?bugid=18) +- Removed the useless "dependency" table 1.0.2 ================== diff --git a/docs/schema_changes.sql b/docs/schema_changes.sql index 010ed97..a17f91e 100644 --- a/docs/schema_changes.sql +++ b/docs/schema_changes.sql @@ -12,3 +12,5 @@ CREATE TABLE useremail relation int unsigned not null, mask int unsigned not null ); + +DROP TABLE dependency; -- 2.22.5