From 9f3da9d3a1d1616d61834e889bd7420f875b5696 Mon Sep 17 00:00:00 2001
From: Lyudmila Vaseva <vaseva@mi.fu-berlin.de>
Date: Fri, 11 Jan 2019 12:53:24 +0100
Subject: [PATCH] Add notes on af_timestamp field

---
 notes | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/notes b/notes
index ad9201a..4a83822 100644
--- a/notes
+++ b/notes
@@ -347,7 +347,7 @@ mysql> describe abuse_filter; (https://www.mediawiki.org/wiki/Extension:AbuseFil
 | af_pattern         | blob                | NO   |     | NULL    |                |
 | af_user            | bigint(20) unsigned | NO   | MUL | NULL    |                |
 | af_user_text       | varbinary(255)      | NO   |     | NULL    |                |
-| af_timestamp       | binary(14)          | NO   |     | NULL    |                |
+| af_timestamp       | binary(14)          | NO   |     | NULL    |                | // I think that's last modified
 | af_enabled         | tinyint(1)          | NO   |     | 1       |                |
 | af_comments        | blob                | YES  |     | NULL    |                |
 | af_public_comments | tinyblob            | YES  |     | NULL    |                |
-- 
GitLab