summaryrefslogtreecommitdiff
path: root/src/analysis/db/item-int.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2019-09-12 18:42:20 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2019-09-12 18:42:20 (GMT)
commit57f6179e22f880bbcff031714e8576cf9bd488ac (patch)
tree399fce4b52f3d42162a91578bd3ef2e460307229 /src/analysis/db/item-int.h
parent607a867355b2ffe09a76f3b4ea8dbc4be1dc477f (diff)
Cleaned the DB code a little bit.
Diffstat (limited to 'src/analysis/db/item-int.h')
-rw-r--r--src/analysis/db/item-int.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/analysis/db/item-int.h b/src/analysis/db/item-int.h
index bdaf38e..a6398f9 100644
--- a/src/analysis/db/item-int.h
+++ b/src/analysis/db/item-int.h
@@ -67,7 +67,6 @@ struct _GDbItem
timestamp_t timestamp; /* Date dernière activité */
rle_string author; /* Utilisateur d'origine */
- rle_string tool; /* Eventuel outil automatique ?*/
union
{
@@ -104,8 +103,7 @@ struct _GDbItemClass
#define SQLITE_DB_ITEM_CREATE \
SQLITE_TIMESTAMP_CREATE("created") ", " \
SQLITE_TIMESTAMP_CREATE("timestamp") ", " \
- SQLITE_RLESTR_CREATE("author") ", " \
- SQLITE_RLESTR_CREATE("tool")
+ SQLITE_RLESTR_CREATE("author")