Skip to content

Commit

Permalink
Merge branch 'thumbnails-errors-2023-09-24'
Browse files Browse the repository at this point in the history
  • Loading branch information
melmothx committed Sep 26, 2023
2 parents ea046ab + 3ec8cef commit f6f37ad
Show file tree
Hide file tree
Showing 20 changed files with 9,103 additions and 20 deletions.
18 changes: 18 additions & 0 deletions dbicdh/MySQL/deploy/80/001-auto-__VERSION.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--
-- Created by SQL::Translator::Producer::MySQL
-- Created on Sun Sep 24 07:46:08 2023
--
;
SET foreign_key_checks=0;
--
-- Table: `dbix_class_deploymenthandler_versions`
--
CREATE TABLE `dbix_class_deploymenthandler_versions` (
`id` integer NOT NULL auto_increment,
`version` varchar(50) NOT NULL,
`ddl` text NULL,
`upgrade_sql` text NULL,
PRIMARY KEY (`id`),
UNIQUE `dbix_class_deploymenthandler_versions_version` (`version`)
);
SET foreign_key_checks=1;
Loading

0 comments on commit f6f37ad

Please sign in to comment.