Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-56246

VERSION Column on Mysql is too small

XMLWordPrintable

      mysql ddl contains:

      VERSION varchar(56) NOT NULL,

      However, per definition, Maven versions can be up to 100 characters long (in hsql, ist VARCHAR(256) btw).

      Since we encode branch names in our version, we break that 56 character boundry.

      This column should conform to Maven rules for versions.

            cleclerc Cyrille Le Clerc
            pauxus Stephan Pauxberger
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: