]> xenbits.xensource.com Git - people/iwj/osstest.git/commitdiff
Schema: drop old resource_log table
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 10 Dec 2015 13:39:04 +0000 (13:39 +0000)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Fri, 11 Dec 2015 17:02:44 +0000 (17:02 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
schema/drop-old-resource-log.sql [new file with mode: 0644]

diff --git a/schema/drop-old-resource-log.sql b/schema/drop-old-resource-log.sql
new file mode 100644 (file)
index 0000000..9494e1b
--- /dev/null
@@ -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;