Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com> Acked-by: Ian Campbell <ian.campb...@citrix.com> --- schema/drop-old-resource-log.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 schema/drop-old-resource-log.sql
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; -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel