OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM OroCRM – Installation/Technical Issues or Problems Migration doesn't match CRM Ver 2.2.2 french

This topic contains 3 replies, has 2 voices, and was last updated by  fred33 6 years, 8 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #27729

    fred33
    Participant

    Hi,
    I have done migration of existing entity, calendarBundle and AccountBundle
    I have two problems
    First: the migration of AccountBundle doesn’t execute with oro:migration:load –force
    CL\Bundle\AccountExtendBundle\Migrations\Schema\v1_16

    second: The migration of CalendarBundle works well but the new field doesn’t appear in the entity in GUI
    I can see my field in the table in PhpMyAdmin

    Anybody have this problem ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Author
    Replies
  • #27730

    Andrey Yatsenko
    Moderator

    Hi fred33,

    About OroAccountBundle migration, first of all check that your migration version is correct, by executing SELECT version FROM 'oro_migrations' WHERE 'bundle' = 'CLAccountExtendBundle'; your migration version should be higher than already exists in migration.

    For the CalendarBundle migration – also you should run app/console oro:entity-extend:update-schema command after updating schema.

    #27731

    fred33
    Participant

    Thanks Anyt
    -For AccountBundle: the SQL request does not return any result…..
    – For CalendarBundle: I’ve done this command without any result

    #27732

    fred33
    Participant

    Problem solved with install OroCRM 2.3

Viewing 3 replies - 1 through 3 (of 3 total)

The forum ‘OroCRM – Installation/Technical Issues or Problems’ is closed to new topics and replies.

Back to top