Disabled my timestamp editor feature so the SQL at the end of the Changelog

is not mistakenly changed.
This commit is contained in:
Grant Bowman 2004-08-23 19:11:24 +00:00
parent bfd4a9f492
commit 91c440ad09

View File

@ -906,7 +906,7 @@
SQL statement to do so:
CREATE TABLE nick_seen (
name TEXT UNIQUE ON CONFLICT REPLACE,
last_seen Mon 23 Aug 2004 11:51:37 AM PDT,
last_seen TIMESTAMP,
last_msg TEXT
);