summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Habel <mail@exceptionfault.de>2008-11-03 09:57:00 +0000
committerAndreas Habel <mail@exceptionfault.de>2008-11-03 09:57:00 +0000
commitbf90aef80fb828f8c9253647b98a49d5dded0a3a (patch)
tree7df6051b01633a5595fd727b96c17f1dde902701 /ChangeLog
parentde6575cd162c41e3ced8cff7c7d3e34041da0d56 (diff)
downloadmanaserv-bf90aef80fb828f8c9253647b98a49d5dded0a3a.tar.gz
manaserv-bf90aef80fb828f8c9253647b98a49d5dded0a3a.tar.xz
manaserv-bf90aef80fb828f8c9253647b98a49d5dded0a3a.zip
Added tables and statements to store and retrieve letters. Attachments not functional as long as items not stored as individual items.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1228675..4df8143 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-10-17 Andreas Habel <mail@exceptionfault.de>
+
+ * src/sql/sqlite/createTables.sql, src/sql/mysql/createTables.sql,
+ account-server/dalstorage.cpp, account-server/dalstorage.hpp,
+ account-server/dalstoragesql.hpp, chat-server/post.cpp,
+ chat-server/post.hpp: Added tables and statements to store and retrieve
+ letters. Attachments not functional as long as items not stored as
+ individual items.
+ * docs/database_specification.png: Added database specification chart
+
2008-11-02 Philipp Sehmisch <tmw@crushnet.org>
* data/scripts/libs/libtmw.lua, data/scripts/libs/libtmw-constants.lua: