summaryrefslogtreecommitdiffstats
path: root/UPGRADING
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING2
1 files changed, 2 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 392090db..5335d891 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -59,6 +59,8 @@ ALTER TABLE CommentNotify
ADD FOREIGN KEY (UserID) REFERENCES Users(ID) ON DELETE CASCADE;
----
+4. Merge "web/lib/config.inc.proto" with "web/lib/config.inc".
+
From 1.7.0 to 1.8.0
-------------------