]> git.donarmstrong.com Git - debbugs.git/blobdiff - sql/PostgreSQL/deploy/1/001-auto.sql
we should not include DBIx::ClassDeploymentHandlerVersion as a table in its own right
[debbugs.git] / sql / PostgreSQL / deploy / 1 / 001-auto.sql
index 283b43fb2eeb9c38f11ad07089ff27299417e65e..0de4b8bf1b8013b1972730246d2c6345a9bfe105 100644 (file)
@@ -1,6 +1,6 @@
 -- 
 -- Created by SQL::Translator::Producer::PostgreSQL
--- Created on Wed Aug  6 09:18:36 2014
+-- Created on Wed Aug  6 14:09:26 2014
 -- 
 ;
 --
@@ -71,19 +71,6 @@ CREATE TABLE "correspondent" (
   CONSTRAINT "correspondent_addr_idx" UNIQUE ("addr")
 );
 
-;
---
--- Table: dbix_class_deploymenthandler_versions.
---
-CREATE TABLE "dbix_class_deploymenthandler_versions" (
-  "id" serial NOT NULL,
-  "version" character varying(50) NOT NULL,
-  "ddl" text,
-  "upgrade_sql" text,
-  PRIMARY KEY ("id"),
-  CONSTRAINT "dbix_class_deploymenthandler_versions_version" UNIQUE ("version")
-);
-
 ;
 --
 -- Table: message.