Skip to content

Commit

Permalink
Allow same group name within different parent groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mitiao committed Dec 1, 2017
1 parent 0670f62 commit 96ffa3b
Show file tree
Hide file tree
Showing 13 changed files with 5,327 additions and 3 deletions.
18 changes: 18 additions & 0 deletions dbicdh/PostgreSQL/deploy/60/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 Mon Nov 27 13:04:46 2017
--
;
--
-- 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 96ffa3b

Please sign in to comment.