Uploaded image for project: 'CiviCRM'
  1. CiviCRM
  2. CRM-6185

incremental upgrade for 3.2 alpha 3 has syntax error

    Details

    • Type: Bug
    • Status: Done/Fixed
    • Priority: Trivial
    • Resolution: Fixed/Completed
    • Affects Version/s: 3.2
    • Fix Version/s: 3.2
    • Component/s: Core CiviCRM
    • Labels:
      None

      Description

      ALTER TABLE `civicrm_contact` MODIFY COLUMN `is_deleted` NOT NULL boolean DEFAULT 0;
      should be
      ALTER TABLE `civicrm_contact` MODIFY COLUMN `is_deleted` boolean NOT NULL DEFAULT 0;

        Attachments

          Activity

            People

            • Assignee:
              demeritcowboy Dave D
              Reporter:
              demeritcowboy Dave D
            • Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: