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

Postgres issue with ezcomment table

    XMLWordPrintable

Details

    Description

      Hi

      ALTER TABLE ezcomment RENAME COLUMN text TO text_tmp;
      ALTER TABLE ezcomment ADD COLUMN text text;
      ALTER TABLE ezcomment ALTER text SET NOT NULL ;
      UPDATE ezcomment SET text=text_tmp;
      ALTER TABLE ezcomment DROP COLUMN text_tmp;
      

      Attachments

        Activity

          People

            dp@ez.no dp@ez.no
            vl vl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: