$ python manage.py migrationcheck
/home/systemx/webapps/djcms_tecno/lib/python2.7/django_mptt-0.5.2-py2.7.egg/mptt/models.py:305: DeprecationWarning: Implicit manager CMSPlugin.tree will be removed in django-mptt 0.6. Explicitly define a TreeManager() on your model to remove this warning.
processing cms
Running migrations for cms:
- Migrating forwards to 0036_auto__add_field_cmsplugin_changed_date.
> cms:0001_initial
> cms:0002_auto_start
> cms:0003_remove_placeholder
> cms:0004_textobjects
> cms:0005_mptt_added_to_plugins
> text:0001_initial
> text:0002_freeze
> cms:0006_apphook
> cms:0007_apphook_longer
> cms:0008_redirects
> cms:0009_added_meta_fields
> cms:0010_5char_language
> cms:0011_title_overwrites
> cms:0012_publisher
> text:0003_publisher
> picture:0001_initial
> picture:0002_link_rename
> picture:0003_freeze
> picture:0004_publisher
> link:0001_initial
> link:0002_link_rename
> link:0003_page_link
> link:0004_larger_link_names
> link:0005_publisher
> googlemap:0001_initial
> file:0001_initial
> file:0002_freeze
> file:0003_publisher
> cms:0013_site_copy
> cms:0014_sites_removed
> cms:0015_modified_by_added
> cms:0016_author_copy
> cms:0017_author_removed
> cms:0018_site_permissions
> cms:0019_public_table_renames
> text:0004_table_rename
FATAL ERROR - The following SQL query failed:
SELECT kc.constraint_name, kc.column_name, c.constraint_type
FROM information_schema.constraint_column_usage AS kc
JOIN information_schema.table_constraints AS c ON
kc.table_schema = c.table_schema AND
kc.table_name = c.table_name AND
kc.constraint_name = c.constraint_name
WHERE
kc.table_schema = %s AND
kc.table_name = %s
The error was: no such table: information_schema.constraint_column_usage
> text:0005_publisher2
> teaser:0001_initial
> teaser:0002_publisher2
> picture:0005_table_rename
FATAL ERROR - The following SQL query failed:
SELECT kc.constraint_name, kc.column_name, c.constraint_type
FROM information_schema.constraint_column_usage AS kc
JOIN information_schema.table_constraints AS c ON
kc.table_schema = c.table_schema AND
kc.table_name = c.table_name AND
kc.constraint_name = c.constraint_name
WHERE
kc.table_schema = %s AND
kc.table_name = %s
The error was: no such table: information_schema.constraint_column_usage
> picture:0006_float_added
> picture:0007_publisher2
> link:0006_table_rename
FATAL ERROR - The following SQL query failed:
SELECT kc.constraint_name, kc.column_name, c.constraint_type
FROM information_schema.constraint_column_usage AS kc
JOIN information_schema.table_constraints AS c ON
kc.table_schema = c.table_schema AND
kc.table_name = c.table_name AND
kc.constraint_name = c.constraint_name
WHERE
kc.table_schema = %s AND
kc.table_name = %s
The error was: no such table: information_schema.constraint_column_usage
> link:0007_publisher2
> googlemap:0002_table_rename
FATAL ERROR - The following SQL query failed:
SELECT kc.constraint_name, kc.column_name, c.constraint_type
FROM information_schema.constraint_column_usage AS kc
JOIN information_schema.table_constraints AS c ON
kc.table_schema = c.table_schema AND
kc.table_name = c.table_name AND
kc.constraint_name = c.constraint_name
WHERE
kc.table_schema = %s AND
kc.table_name = %s
The error was: no such table: information_schema.constraint_column_usage
> googlemap:0003_address_unified
> googlemap:0004_copy_address
> googlemap:0005_delete_street
> googlemap:0006_publisher2
> file:0004_table_rename
FATAL ERROR - The following SQL query failed:
SELECT kc.constraint_name, kc.column_name, c.constraint_type
FROM information_schema.constraint_column_usage AS kc
JOIN information_schema.table_constraints AS c ON
kc.table_schema = c.table_schema AND
kc.table_name = c.table_name AND
kc.constraint_name = c.constraint_name
WHERE
kc.table_schema = %s AND
kc.table_name = %s
The error was: no such table: information_schema.constraint_column_usage
> file:0005_publisher2
> cms:0020_advanced_permissions
> cms:0021_publisher2
> cms:0022_login_required_added
> cms:0023_plugin_table_naming_function_changed
> cms:0024_added_placeholder_model
> cms:0025_placeholder_migration
- Migration 'cms:0025_placeholder_migration' is marked for no-dry-run.
> cms:0026_finish_placeholder_migration
> cms:0027_added_width_to_placeholder
> cms:0028_limit_visibility_in_menu_step1of3
> cms:0029_limit_visibility_in_menu_step2of3_data
- Migration 'cms:0029_limit_visibility_in_menu_step2of3_data' is marked for no-dry-run.
> cms:0030_limit_visibility_in_menu_step3of3
> cms:0031_improved_language_code_support
> cms:0032_auto__del_field_cmsplugin_publisher_public__del_field_cmsplugin_publis
> cms:0033_auto__del_field_title_publisher_is_draft__del_field_title_publisher_st
> cms:0034_auto__chg_field_title_language__chg_field_cmsplugin_language__add_fiel
/home/systemx/webapps/djcms_tecno/lib/python2.7/django/db/models/fields/__init__.py:808: RuntimeWarning: DateTimeField received a naive datetime (1969-12-31 18:00:00) while time zone support is active.
RuntimeWarning)
> cms:0035_auto__add_field_globalpagepermission_can_view__add_field_pagepermissio
> cms:0036_auto__add_field_cmsplugin_changed_date
- Loading initial data for cms.
Installed 0 object(s) from 0 fixture(s)
processing menus
Running migrations for menus:
- Migrating forwards to 0001_initial.
> menus:0001_initial
- Loading initial data for menus.
Installed 0 object(s) from 0 fixture(s)
processing cms.plugins.file
Running migrations for file:
- Nothing to migrate.
- Loading initial data for file.
Installed 0 object(s) from 0 fixture(s)
processing cms.plugins.googlemap
Running migrations for googlemap:
- Migrating forwards to 0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field.
> googlemap:0007_latlng
> googlemap:0008_routeplaner
> googlemap:0009_routeplaner_title
> googlemap:0010_auto__chg_field_googlemap_content
> googlemap:0011_remove_zoom_null_values
- Migration 'googlemap:0011_remove_zoom_null_values' is marked for no-dry-run.
> googlemap:0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field
! Error found during real run of migration! Aborting.
! Since you have a database that does not support running
! schema-altering statements in transactions, we have had
! to leave it in an interim state between migrations.
! You *might* be able to recover with:
! The South developers regret this has happened, and would
! like to gently persuade you to consider a slightly
! easier-to-deal-with DBMS (one that supports DDL transactions)
! NOTE: The error which caused the migration to fail is further up.
Error in migration: googlemap:0012_auto__add_field_googlemap_width__add_field_googlemap_height__chg_field
Failed to migrate cms.plugins.googlemap; see output for hints at missing dependencies:
not enough arguments for format string
processing cms.plugins.link
Running migrations for link:
- Migrating forwards to 0009_add_target.
> link:0008_mailto
> link:0009_add_target
- Loading initial data for link.
Installed 0 object(s) from 0 fixture(s)
processing cms.plugins.picture
Running migrations for picture:
- Migrating forwards to 0008_longdesc_added.
> picture:0008_longdesc_added
- Loading initial data for picture.
Installed 0 object(s) from 0 fixture(s)
processing cms.plugins.teaser
Running migrations for teaser:
- Nothing to migrate.
- Loading initial data for teaser.
Installed 0 object(s) from 0 fixture(s)
processing cms.plugins.text
Running migrations for text:
- Migrating forwards to 0006_2_1_4_upgrade.
> text:0006_2_1_4_upgrade
- Migration 'text:0006_2_1_4_upgrade' is marked for no-dry-run.
- Loading initial data for text.
Installed 0 object(s) from 0 fixture(s)
Error: Missing depends_on found in 1 app(s).