Skip to content

Commit

Permalink
Remove pimcore_migrations table (#256)
Browse files Browse the repository at this point in the history
* create messenger_messages table in installer as auto_setup doesn't work within transactions

* Remove pimcore_migrations table

* reverted logo
  • Loading branch information
brusch authored Sep 29, 2021
1 parent 0bf7ae9 commit 8ecc345
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 106 deletions.
10 changes: 0 additions & 10 deletions dump/data-0-bootstrap.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2556,16 +2556,6 @@ CREATE TABLE `object_store_NE` (



DROP TABLE IF EXISTS `pimcore_migrations`;
CREATE TABLE `pimcore_migrations` (
`migration_set` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`version` varchar(255) COLLATE utf8_unicode_ci NOT NULL,
`migrated_at` datetime NOT NULL,
PRIMARY KEY (`migration_set`,`version`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;



DROP TABLE IF EXISTS `plugin_cmf_actiontrigger_actions`;
CREATE TABLE `plugin_cmf_actiontrigger_actions` (
`id` int(20) unsigned NOT NULL AUTO_INCREMENT,
Expand Down
96 changes: 0 additions & 96 deletions dump/data-1-pimcore_migrations.sql

This file was deleted.

0 comments on commit 8ecc345

Please sign in to comment.