From 982f09c9aa78674e13bfc467fab1756c57baba3e Mon Sep 17 00:00:00 2001 From: "J. King" Date: Thu, 4 Apr 2019 18:05:26 -0400 Subject: [PATCH] Upgrade notes --- UPGRADING | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADING b/UPGRADING index a837396..ea3c84a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,6 +10,12 @@ usually prudent: - If installing from source, update dependencies with: `composer install -o --no-dev` +Upgrading from 0.7.1 to 0.8.0 +============================= + +- The database schema has changed from rev4 to rev5; if upgrading the database + manually, apply the 4.sql file + Upgrading from 0.5.1 to 0.6.0 =============================