Skip to content

Commit

Permalink
Merge pull request #1670 from coolo/drop_job_module_needles_table
Browse files Browse the repository at this point in the history
Drop job module needles table
  • Loading branch information
coolo authored May 30, 2018
2 parents 025dd3d + eb2b6b4 commit 2eedfb2
Show file tree
Hide file tree
Showing 17 changed files with 4,763 additions and 181 deletions.
18 changes: 18 additions & 0 deletions dbicdh/PostgreSQL/deploy/64/001-auto-__VERSION.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--
-- Created by SQL::Translator::Producer::PostgreSQL
-- Created on Tue May 29 19:00:46 2018
--
;
--
-- 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)
);

;
Loading

0 comments on commit 2eedfb2

Please sign in to comment.