Uploaded image for project: 'Rave'
  1. Rave
  2. RAVE-691

Table name for PortalPreference#values is generated, should get proper name

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.15
    • None
    • None

    Description

      In PortalPreference there is
      @ElementCollection(fetch = FetchType.EAGER)
      private List<String> values = new LinkedList<String>();

      In MySQL this leads to a table PortalPreference_values which does not work on Unix systems with the initial_data.sql
      Use a @CollectionTable to define its name

      Attachments

        Activity

          People

            jasha Jasha Joachimsthal
            jasha Jasha Joachimsthal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: