OroPlatform Forums

Covering OroPlatform topics, including community updates and company announcements.

Forums Forums OroPlatform OroPlatform – Programming Questions oro_search_item FK constraint

This topic contains 2 replies, has 2 voices, and was last updated by  jakabadambalazs 9 years, 5 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
  • #33571

    jakabadambalazs
    Participant

    Hi,

    I am playing around with the platform and I noticed that every time I do

    I get:

    Even after –forcing it and updating my db schema (no errors) it continues coming back?

    I don’t think I have tempered with SearchBundle’s entities.

    any ideas?


    oro/platform(1.6.2) + oro/doctrine-extensions(1.0.7) + symfony/symfony(v2.3.27)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Author
    Replies
  • #33572

    Alexandr Smaga
    Participant

    Hi @jakabadambalazs!

    Yes, this is correct behavior. Table oro_search_index_text uses MYISAM engine due to full text search, but this engine does not supports FKs and doctrine does not manage this and anyway tries to create it.

    #33573

    jakabadambalazs
    Participant

    thanks


    oro/platform(1.6.2) + oro/doctrine-extensions(1.0.7) + symfony/symfony(v2.3.27)

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

The forum ‘OroPlatform – Programming Questions’ is closed to new topics and replies.

Back to top