Files
titlebot-ng-ng/last_post.db
T

8 lines
12 KiB
Plaintext
Raw Normal View History

2026-09-04 10:21:24 -05:00
SQLite format 3@ .•Ì
2026-08-06 21:34:52 -05:00
øÅ0/tablelast_postlast_postCREATE TABLE last_post (
room_id TEXT PRIMARY KEY,
timestamp INTEGER,
2026-09-04 10:21:24 -05:00
datetime TEXT
)1Eindexsqlite_autoindex_last_post_1last_post
ÅÅ