From: Ian Jackson Date: Thu, 10 Dec 2015 13:39:04 +0000 (+0000) Subject: Schema: drop old resource_log table X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=62d829ae1f98d97dae35e07c7284dd7a1e18d74c;p=people%2Fliuw%2Fosstest.git Schema: drop old resource_log table Signed-off-by: Ian Jackson Acked-by: Ian Campbell --- diff --git a/schema/drop-old-resource-log.sql b/schema/drop-old-resource-log.sql new file mode 100644 index 0000000..9494e1b --- /dev/null +++ b/schema/drop-old-resource-log.sql @@ -0,0 +1,8 @@ +-- ##OSSTEST## 002 Harmless +-- +-- This table and associated constraints and indices is from a previous +-- aborted attempt at resource logging. Nothing actually reads or +-- writes it. + +DROP TABLE resource_log; +DROP SEQUENCE resource_log_evid_seq;