summaryrefslogtreecommitdiffstats
path: root/lib/MiddleWare/Database.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 18:27:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-08-25 18:27:07 +0200
commitb9f2171818e7776f7b0ae2cb5f7d64133fc9f494 (patch)
treea0d035946d2a5cf150f18e8f24f44fe1bbfbdc36 /lib/MiddleWare/Database.h
parentdc8ad3b59e41ffce53541411649b6838e905b8b5 (diff)
parentef56b3c8afa0edfca2122c84343f6a35a3defb9e (diff)
downloadabrt-b9f2171818e7776f7b0ae2cb5f7d64133fc9f494.tar.gz
abrt-b9f2171818e7776f7b0ae2cb5f7d64133fc9f494.tar.xz
abrt-b9f2171818e7776f7b0ae2cb5f7d64133fc9f494.zip
Merge branch 'master' of ssh://vda@git.fedorahosted.org/git/abrt
Diffstat (limited to 'lib/MiddleWare/Database.h')
-rw-r--r--lib/MiddleWare/Database.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/MiddleWare/Database.h b/lib/MiddleWare/Database.h
index 6566f41..ce29f18 100644
--- a/lib/MiddleWare/Database.h
+++ b/lib/MiddleWare/Database.h
@@ -30,7 +30,7 @@
/**
* Table
* =====
- * UUID | UID| DebugDumpPath | Count | Reported
+ * UUID | UID| DebugDumpPath | Count | Reported | Time | Message
*
* primary key (UUID, UID)
*/
@@ -40,8 +40,8 @@
#define DATABASE_COLUMN_DEBUG_DUMP_PATH "DebugDumpPath"
#define DATABASE_COLUMN_COUNT "Count"
#define DATABASE_COLUMN_REPORTED "Reported"
-#define DATABASE_COLUMN_MESSAGE "Message"
#define DATABASE_COLUMN_TIME "Time"
+#define DATABASE_COLUMN_MESSAGE "Message"
/**
* A struct contains one database row.