diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-27 19:11:24 +0100 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-02-27 19:46:30 +0100 |
commit | 24c628ad43ae8b8777afbcaa44f6721cf5d2a29f (patch) | |
tree | e83e07082a88f78c3d69d9bf615e8b7890e5a74a /UPGRADING | |
parent | bc238965cbb191f8c677d941622d13c8c0472ab1 (diff) | |
download | aurweb-24c628ad43ae8b8777afbcaa44f6721cf5d2a29f.tar.xz |
Add note on merging "web/lib/config.inc.proto" to "UPGRADING".
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ------------------- |