Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 488 Bytes

upgrade_to_20150210.md

File metadata and controls

16 lines (10 loc) · 488 Bytes

Upgrading to version 2015.02.10:

We need to include Rating field to :Participation table and fix the :EventQueue table to match the :Participation table.

We also add missing FOREIGN KEY for :AdBanner.

--

Upgrade script will read your database settings from config.php, no changes required.

  1. Check upgrade.sql for intended SQL changes.
  2. While in this upgrade directory, run php upgrade.php

It should print no output on success.