Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-20771

Upgrading 5.1 in postgres shows ezx_ezpnet_module_patch upgrade issues

    XMLWordPrintable

Details

    Description

      Database Upgrade Check in postgres

      The database is not consistent with the distribution database.
      
      To synchronize your database with the distribution setup, run the following SQL commands:
      
      ALTER TABLE ezx_ezpnet_module_patch RENAME COLUMN description TO description_tmp;
      ALTER TABLE ezx_ezpnet_module_patch ADD COLUMN description character varying(255);
      ALTER TABLE ezx_ezpnet_module_patch ALTER description SET DEFAULT ''::character varying ;
      UPDATE ezx_ezpnet_module_patch SET description=description_tmp;
      ALTER TABLE ezx_ezpnet_module_patch DROP COLUMN description_tmp;
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            Joao.Pingo-obsolete@ez.no Joao Pingo (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: