Advertisement
Guest User

Untitled

a guest
Apr 9th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.50 KB | None | 0 0
  1.  
  2.  
  3. == Configuration
  4. > Name: Doctrine Database Migrations
  5. > Database Driver: pdo_mysql
  6. > Database Name: wbweb_upgraded
  7. > Configuration Source: manually configured
  8. > Version Table Name: flow_doctrine_migrationstatus
  9. > Version Column Name: version
  10. > Migrations Namespace: Neos\Flow\Persistence\Doctrine\Migrations
  11. > Migrations Target Directory: /home/www/hosts/wb-web.de/www/htdocs_upgraded/wbweb/Data/DoctrineMigrations
  12. > Previous Version: 2015-07-01 11:32:46 (20150701113246)
  13. > Current Version: 2015-07-24 09:11:48 (20150724091148)
  14. > Next Version: 2015-09-13 17:38:32 (20150913173832)
  15. > Latest Version: 2017-12-06 14:04:53 (20171206140453)
  16. > Executed Migrations: 94
  17. > Executed Unavailable Migrations: 0
  18. > Available Migrations: 135
  19. > New Migrations: 41
  20.  
  21. == Available Migration Versions
  22. > 2011-06-13 22:38:37 (20110613223837) Neos.Flow migrated FLOW3 Migration
  23. > 2011-06-13 22:45:37 (20110613224537) Neos.Party migrated Party Migration
  24. > 2011-06-20 15:50:01 (20110620155001) Neos.ContentRepository migrated Database structure as per the T3CON11 CfP launch on 2011-05-20
  25. > 2011-06-20 15:50:02 (20110620155002) Neos.Neos migrated Database structure as per the T3CON11 CfP launch on 2011-05-20
  26. > 2011-07-14 21:29:00 (20110714212900) Neos.Party migrated Update dtype values
  27. > 2011-08-24 12:48:35 (20110824124835) Neos.Flow migrated Rename FLOW3 tables to follow FQCN
  28. > 2011-08-24 12:49:35 (20110824124935) Neos.Party migrated Rename Party tables to follow FQCN
  29. > 2011-08-24 12:50:35 (20110824125035) Neos.Neos migrated Rename TYPO3 tables to follow FQCN
  30. > 2011-08-24 12:51:35 (20110824125135) Neos.ContentRepository migrated Rename TYPO3CR tables to follow FQCN
  31. > 2011-09-19 16:48:35 (20110919164835) Neos.Neos migrated Creates the table for the TYPO3 Media\Image model
  32. > 2011-09-20 10:47:39 (20110920104739) Neos.ContentRepository migrated Drop content types table, as they are now stored inside the Settings.yaml
  33. > 2011-09-20 12:57:36 (20110920125736) Neos.Flow migrated Creates the needed table for the generic identity routepart handler
  34. > 2011-09-23 12:55:35 (20110923125535) Neos.Flow migrated Fix column names for direct associations
  35. > 2011-09-23 12:55:36 (20110923125536) Neos.Party migrated Fix column names for direct associations
  36. > 2011-09-23 12:55:37 (20110923125537) Neos.ContentRepository migrated Fix column names for direct associations
  37. > 2011-09-23 12:55:38 (20110923125538) Neos.Neos migrated Fix column names for direct associations
  38. > 2011-09-25 12:31:19 (20110925123119) Neos.Neos migrated Drop media image tables of TYPO3 package, no longer used as the Media package is now used.
  39. > 2011-09-25 12:31:20 (20110925123120) Neos.Media migrated Create needed tables for Media package
  40. > 2011-09-28 11:40:48 (20110928114048) Neos.ContentRepository migrated Add optimistic locking support (version field), parentpath, rename sorting_index to sortingindex and remove the depth field.
  41. > 2011-12-15 17:20:27 (20111215172027) Neos.ContentRepository migrated Rename "hiddenBeforeDate" to "hiddenBeforeDateTime"; same for hiddenAfter* for consistency
  42. > 2012-03-28 15:20:41 (20120328152041) Neos.Flow migrated Rename the table for object-path mapping used in routing
  43. > 2012-03-29 22:03:40 (20120329220340) Neos.Flow migrated Adjust default values to NOT NULL unless allowed in model.
  44. > 2012-03-29 22:03:41 (20120329220341) Neos.Party migrated Adjust default values to NOT NULL unless allowed in model.
  45. > 2012-03-29 22:03:42 (20120329220342) Neos.ContentRepository migrated Adjust default values to NOT NULL unless allowed in model.
  46. > 2012-03-29 22:03:43 (20120329220343) Neos.Neos migrated Adjust default values to NOT NULL unless allowed in model.
  47. > 2012-03-29 22:03:44 (20120329220344) Neos.Media migrated Adjust default values to NOT NULL unless allowed in model.
  48. > 2012-04-12 09:37:48 (20120412093748) Neos.Flow migrated Adjust shortened table names to correct maximum length
  49. > 2012-04-29 21:34:45 (20120429213445) Neos.Flow migrated Create unique indexes for identity properties
  50. > 2012-04-29 21:34:46 (20120429213446) Neos.Party migrated Create unique indexes for identity properties
  51. > 2012-04-29 21:34:47 (20120429213447) Neos.ContentRepository migrated Create unique indexes for identity properties and make version non-nullable
  52. > 2012-04-29 21:34:48 (20120429213448) Neos.Neos migrated Create unique indexes for identity properties
  53. > 2012-05-20 21:13:54 (20120520211354) Neos.Flow migrated Make credentialsSource in Account nullable (#37341)
  54. > 2012-05-21 12:54:01 (20120521125401) Neos.Party migrated Drop unique indexes for identity properties, reverting migration 20120429213446 (see http://forge.typo3.org/issues/37266)
  55. > 2012-05-25 14:15:45 (20120525141545) Neos.Party migrated Make usagetype of ElectronicAddress nullable
  56. > 2012-06-25 21:16:47 (20120625211647) Neos.Flow migrated Add table for publishing configurations and the connection between Resource and AbstractPublishingConfiguration
  57. > 2012-08-29 12:45:49 (20120829124549) Neos.ContentRepository migrated Add migration status table for Neos.ContentRepository
  58. > 2012-09-30 20:34:52 (20120930203452) Neos.Flow migrated Adjust flow3 to flow
  59. > 2012-09-30 21:15:42 (20120930211542) Neos.Party migrated Adjust flow3 to flow
  60. > 2012-10-01 18:11:37 (20121001181137) Neos.Media migrated Adjust flow3 to flow
  61. > 2012-10-01 20:17:12 (20121001201712) Neos.ContentRepository migrated Adjust flow3 to flow
  62. > 2012-10-01 20:22:23 (20121001202223) Neos.Neos migrated Adjust flow3 to flow
  63. > 2012-10-11 14:09:46 (20121011140946) Neos.Media migrated Migration that renames occurrences of "FLOW3" legacies inside the imageVariants property of the Image entity (which is a serialized array collection)
  64. > 2012-10-14 00:59:02 (20121014005902) Neos.ContentRepository migrated Makes sure the base workspace is set to NULL on delete preventing foreign key constraints while dropping all nodes / workspaces.
  65. > 2012-10-30 22:11:51 (20121030221151) Neos.Neos migrated Rename from TYPO3 and/or Phoenix to Neos as needed
  66. > 2012-10-31 19:02:13 (20121031190213) Neos.Neos migrated Add state field to the "Domain" domain model schema
  67. > 2013-02-01 10:43:44 (20130201104344) Neos.ContentRepository migrated Rename content type to node type
  68. > 2013-02-13 13:05:15 (20130213130515) Neos.Neos migrated Create unique indexes for identity properties
  69. > 2013-02-18 10:03:24 (20130218100324) Neos.ContentRepository migrated Corrects occurrences of "Neos\Neos\Domain\Model\Site" in Neos\ContentRepository\Domain\Model\ContentObjectProxy's targettype property
  70. > 2013-03-19 13:14:00 (20130319131400) Neos.Flow migrated Adjust tables for Role handling
  71. > 2013-05-22 13:16:41 (20130522131641) Neos.Media migrated Adjust Neos.Media tables to new Asset base class and add new models.
  72. > 2013-05-22 13:28:35 (20130522132835) Neos.Media migrated Add tags to assets
  73. > 2013-06-05 17:47:12 (20130605174712) Neos.Media migrated Add caption and lastModified to Asset
  74. > 2013-07-02 15:14:25 (20130702151425) Neos.ContentRepository migrated Node data refactoring
  75. > 2013-07-30 15:13:19 (20130730151319) Neos.ContentRepository migrated Adjust properties column
  76. > 2013-09-19 14:33:52 (20130919143352) Neos.ContentRepository migrated Rename rootnode to rootnodedata on workspace
  77. > 2013-09-30 18:28:39 (20130930182839) Neos.ContentRepository migrated Raise length limit on path and parentpath
  78. > 2013-11-11 23:58:27 (20131111235827) Neos.Neos migrated Remove the site content object proxy from all site nodes and change their node type to "TYPO3.Neos:Shortcut"
  79. > 2013-11-29 11:03:02 (20131129110302) Neos.ContentRepository migrated Migration to remove persistence_object_identifier from workspace model. The workspace name is used as identifier.
  80. > 2013-12-05 17:46:31 (20131205174631) Neos.ContentRepository migrated Adds a column "pathhash" to the NodeData table and a unique index over that column & the workspace column in order to prevent corrupt node trees. pathhash must always be the MD5 hash of path.
  81. > 2014-02-06 12:41:23 (20140206124123) Neos.ContentRepository migrated Schema adjustments for dimension support in TYPO3CR.
  82. > 2014-02-08 17:31:40 (20140208173140) Neos.ContentRepository migrated This migration adds "parentpathhash" and additional indexes resulting in drastic speed improvements
  83. > 2014-03-25 17:31:51 (20140325173151) Neos.ContentRepository migrated Remove the workspacename from the migration status because migrations no longer work on specific workspaces.
  84. > 2014-08-26 16:42:46 (20140826164246) Neos.ContentRepository migrated Add movedTo reference to NodeData
  85. > 2014-10-01 15:14:17 (20141001151417) Neos.ContentRepository migrated Set the movedto column to NULL if a node was removed, we need this to have consistent updates when moving nodes
  86. > 2014-10-03 23:37:38 (20141003233738) Neos.ContentRepository migrated Add ON DELETE CASCADE so that node dimension data is removed with node data.
  87. > 2014-10-05 23:56:36 (20141005235636) Itao.Discussion migrated Auto-generated Migration: Please modify to your need!
  88. > 2014-10-15 12:58:41 (20141015125841) Neos.Flow migrated New Resource Management - remove the typo3_flow_resource_resourcepointer table - remove the non-used content security configuration table - remove the fileextension column - add and fill new columns for typo3_flow_resource_resource
  89. > 2014-10-17 17:45:59 (20141017174559) Neos.Neos migrated Change all existing serialized ImageVariants to arrays to be picked up and converted by the matching ContentRepository migration.
  90. > 2014-11-13 17:37:12 (20141113173712) Neos.Flow migrated Remove table and relations for Role entity, instead role identifiers are now stored as simple comma separated list in the account table
  91. > 2014-11-14 11:52:41 (20141114115241) Neos.Neos migrated Create Event Log Table
  92. > 2014-11-18 17:23:22 (20141118172322) Neos.Media migrated Adjustments for the rewritten Flow resource management and the new domain model structure
  93. > 2015-01-29 22:51:52 (20150129225152) Neos.Flow migrated Remove leftover table from resource management changes
  94. > 2015-01-31 17:48:06 (20150131174806) Neos.ContentRepository migrated Add creation date, last modification date and last publication date to node data table
  95. > 2015-02-06 11:39:11 (20150206113911) Neos.Party migrated Adjust schema to Flow 3.0 "Party package decoupling"
  96. > 2015-02-06 11:48:20 (20150206114820) Neos.Flow migrated Adjusts schema to Flow 3.0 "Party package decoupling"
  97. > 2015-02-11 18:17:36 (20150211181736) Neos.ContentRepository migrated Add unique constraint on node data across identifier, workspace and dimensionshash.
  98. > 2015-02-17 14:58:53 (20150217145853) Neos.Party migrated Change AbstractParty:accounts foreign key constraint to delete on cascade
  99. > 2015-02-24 17:11:07 (20150224171107) Neos.Neos migrated Adjust event log table to schema valid table structure
  100. > 2015-02-28 15:42:01 (20150228154201) Neos.Media migrated Migration that adds position to ImageAdjustments.
  101. > 2015-03-09 18:16:35 (20150309181635) Neos.Flow migrated Adjust DB schema to a clean state (remove cruft that built up in the past)
  102. > 2015-03-09 18:16:36 (20150309181636) Neos.Party migrated Adjust DB schema to a clean state (remove cruft that built up in the past)
  103. > 2015-03-09 21:53:16 (20150309215316) Neos.ContentRepository migrated Adjust DB schema to a clean state (remove cruft that built up in the past)
  104. > 2015-03-09 21:53:17 (20150309215317) Neos.Neos migrated Adjust DB schema to a clean state (remove cruft that built up in the past)
  105. > 2015-03-24 18:50:18 (20150324185018) Neos.Media migrated Note: The migrations date predates the actual change because for Neos it needs to be executed before some other migrations to make everything work correctly. Add property allowupscaling in typo3_media_domain_model_adjustment_abstractimageadjustment
  106. > 2015-03-24 18:50:19 (20150324185019) Neos.ContentRepository migrated Migrates TYPO3CR NodeData entries from using serialized data to json encoded data and changes the field type to LONGTEXT afterwards.
  107. > 2015-04-08 11:28:32 (20150408112832) Neos.ContentRepository migrated Enforce lowercase node paths.
  108. > 2015-05-07 20:44:50 (20150507204450) Neos.Media migrated Add asset collections
  109. > 2015-05-07 20:44:52 (20150507204452) Neos.Neos migrated Add asset collection to site
  110. > 2015-05-24 15:02:34 (20150524150234) Neos.ContentRepository migrated Migrates TYPO3CR nodedata properties to use unescaped unicode characters.
  111. > 2015-06-11 15:44:19 (20150611154419) Neos.Flow migrated Move persistent resource files from abcde/fghij/../abcdefghij to a/b/c/d/abcdefghij
  112. > 2015-06-12 09:33:51 (20150612093351) Neos.Party migrated Add the needed dtype columns to make ElectronicAddress and PersonName extensible in userland code.
  113. > 2015-06-23 11:22:00 (20150623112200) Neos.ContentRepository migrated Adds "title" and "description" to the Workspace model
  114. > 2015-07-01 11:32:46 (20150701113246) Neos.Media migrated Allow NULL values for image dimensions
  115. > 2015-07-24 09:11:48 (20150724091148) Neos.Neos migrated Adds indices to the event log to improve performance
  116. > 2015-09-13 17:38:32 (20150913173832) Neos.Media not migrated A properties configuration and configurationHash for Thumbnails
  117. > 2015-11-10 11:36:50 (20151110113650) Neos.Flow not migrated Add the two additional fields lastsuccessfulauthenticationdate and failedauthenticationcount to table typo3_flow_security_account
  118. > 2015-11-17 12:54:37 (20151117125437) Neos.ContentRepository not migrated Add the "owner" field to Workspace
  119. > 2015-11-17 12:55:51 (20151117125551) Neos.Neos not migrated Set the Workspace "owner" field for all personal workspaces
  120. > 2015-12-16 05:23:38 (20151216052338) Neos.Media not migrated Allow thumbnails without resources for asynchronous thumbnail generation.
  121. > 2015-12-16 14:37:56 (20151216143756) Neos.Media not migrated Add static resource property to thumbnail table.
  122. > 2015-12-16 14:44:08 (20151216144408) Neos.Media not migrated Add constraint to thumbnail table to prevent duplicates.
  123. > 2015-12-23 12:59:09 (20151223125909) Neos.Neos not migrated Set the Workspace "owner" field for all personal workspaces with special characters in the username
  124. > 2016-01-04 12:13:11 (20160104121311) Neos.Neos not migrated Set the Workspace "owner" field for all personal workspaces with special characters in the username
  125. > 2016-02-12 14:15:23 (20160212141523) Neos.Neos not migrated Adjust some (old) index names to current Doctrine DBAL behavior (see https://jira.neos.io/browse/FLOW-427)
  126. > 2016-02-12 14:15:24 (20160212141524) Neos.ContentRepository not migrated Adjust some (old) index names to current Doctrine DBAL behavior (see https://jira.neos.io/browse/FLOW-427)
  127. > 2016-02-23 16:56:02 (20160223165602) Neos.Media not migrated Adjust column comment to type change
  128. > 2016-02-23 16:56:03 (20160223165603) Neos.Neos not migrated Adjust column comment to type change
  129. > 2016-02-23 16:56:04 (20160223165604) Neos.ContentRepository not migrated Adjust column comment to type change
  130. > 2016-04-11 10:14:57 (20160411101457) Neos.Neos not migrated Adds scheme and port to domain model
  131. > 2016-04-11 10:14:58 (20160411101458) Neos.Neos not migrated Adds primary domain to site model
  132. > 2016-06-01 16:43:32 (20160601164332) Neos.Flow not migrated Adjust failedauthenticationcount default value.
  133. > 2016-07-11 10:34:41 (20160711103441) Neos.Neos not migrated Rename hostpattern to hostname
  134. > 2016-11-15 14:20:22 (20161115142022) Neos.Flow not migrated Rename typo3_flow_resource_resource to typo3_flow_resourcemanagement_persistentresource
  135. > 2016-11-24 18:50:47 (20161124185047) Neos.Flow not migrated Adjust table names to the renaming of TYPO3.Flow to Neos.Flow.
  136. > 2016-11-24 23:09:46 (20161124230946) Neos.Party not migrated Rename table names after changing package name to Neos.Party.
  137. > 2016-11-25 09:38:00 (20161125093800) Neos.Neos not migrated Adjust table names to the renaming of TYPO3.Neos to Neos.Neos.
  138. > 2016-11-25 09:38:10 (20161125093810) Neos.Media not migrated Adjust table names to the renaming of TYPO3.Media to Neos.Media.
  139. > 2016-11-25 09:38:20 (20161125093820) Neos.ContentRepository not migrated Adjust table names to the renaming of TYPO3.TYPO3CR to Neos.ContentRepository.
  140. > 2016-11-25 12:12:18 (20161125121218) Neos.Flow not migrated Rename role identifiers in neos_flow_security_account
  141. > 2016-11-25 12:35:04 (20161125123504) Neos.NodeTypes not migrated Rename node names in neos_contentrepository_domain_model_nodedata
  142. > 2016-11-25 12:47:49 (20161125124749) Neos.Neos not migrated Rename node names in neos_contentrepository_domain_model_nodedata
  143. > 2016-11-25 17:12:31 (20161125171231) Neos.Neos not migrated Rename dtypes in neos_neos_eventlog_domain_model_event
  144. > 2016-11-25 17:22:23 (20161125172223) Neos.Media not migrated Rename dtypes in neos_media_domain_model_asset and neos_media_domain_model_adjustment_abstractimageadjustment
  145. > 2016-11-25 17:50:46 (20161125175046) Neos.Party not migrated Rename dtypes in - neos_party_domain_model_personname - neos_party_domain_model_electronicaddress - neos_party_domain_model_abstractparty
  146. > 2017-01-10 13:01:13 (20170110130113) Neos.ContentRepository not migrated Adjust foreign key and index names to the renaming of TYPO3.TYPO3CR to Neos.ContentRepository
  147. > 2017-01-10 13:01:49 (20170110130149) Neos.Flow not migrated Adjust foreign key and index names to the renaming of TYPO3.Flow to Neos.Flow
  148. > 2017-01-10 13:02:17 (20170110130217) Neos.Media not migrated Adjust foreign key and index names to the renaming of TYPO3.Media to Neos.Media
  149. > 2017-01-10 13:02:53 (20170110130253) Neos.Neos not migrated Adjust foreign key and index names to the renaming of TYPO3.Neos to Neos.Neos
  150. > 2017-01-10 13:03:25 (20170110130325) Neos.Party not migrated Adjust foreign key and index names to the renaming of TYPO3.Party to Neos.Party
  151. > 2017-01-15 11:48:01 (20170115114801) Neos.Neos not migrated Rename Typo3BackendProvider to Neos.Neos:Backend
  152. > 2017-03-28 18:35:56 (20170328183556) Neos.ContentRepository not migrated Create index on parentpath for nodedata table
  153. > 2017-04-10 11:34:32 (20170410113432) Itao.FrontEndUsers not migrated Auto-generated Migration: Please modify to your need!
  154. > 2017-04-10 11:35:20 (20170410113520) Itao.NodeTag not migrated Auto-generated Migration: Please modify to your need!
  155. > 2017-04-10 11:35:54 (20170410113554) Itao.Discussion not migrated Auto-generated Migration: Please modify to your need!
  156. > 2017-12-06 14:04:53 (20171206140453) Neos.Neos not migrated Add index that should exist but is not picked up by Doctrine, and thus was deleted by accident in 20170110130253.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement