mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-02-17 06:00:42 +01:00
Disabled my timestamp editor feature so the SQL at the end of the Changelog
is not mistakenly changed.
This commit is contained in:
parent
bfd4a9f492
commit
91c440ad09
@ -906,7 +906,7 @@
|
|||||||
SQL statement to do so:
|
SQL statement to do so:
|
||||||
CREATE TABLE nick_seen (
|
CREATE TABLE nick_seen (
|
||||||
name TEXT UNIQUE ON CONFLICT REPLACE,
|
name TEXT UNIQUE ON CONFLICT REPLACE,
|
||||||
last_seen Mon 23 Aug 2004 11:51:37 AM PDT,
|
last_seen TIMESTAMP,
|
||||||
last_msg TEXT
|
last_msg TEXT
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user