From bf90aef80fb828f8c9253647b98a49d5dded0a3a Mon Sep 17 00:00:00 2001 From: Andreas Habel Date: Mon, 3 Nov 2008 09:57:00 +0000 Subject: Added tables and statements to store and retrieve letters. Attachments not functional as long as items not stored as individual items. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1228675..4df8143 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-10-17 Andreas Habel + + * 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 * data/scripts/libs/libtmw.lua, data/scripts/libs/libtmw-constants.lua: -- cgit