ORIENT/modules
Dave Shoreman e2b110a611 Disable strict mode before running migrations
This will ensure strict mode is not applied while running migrations
for both modules and plugins, either when installing or removing.

We don't need to call disableStrictMode from UpdateManager::uninstall()
as it is called within the plugin removal methods, which are run first.

To force strict mode to be enabled, set 'strict' => true in the database config.
2016-04-29 19:32:11 +01:00
..
backend Convert current core timestamp columns to nullable 2016-04-29 19:31:17 +01:00
cms Convert current core timestamp columns to nullable 2016-04-29 19:31:17 +01:00
system Disable strict mode before running migrations 2016-04-29 19:32:11 +01:00