mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-07 14:53:37 -08:00
update code to insert into file history table
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
CREATE TABLE file_history (
|
||||
id integer PRIMARY KEY AUTOINCREMENT,
|
||||
directory varchar(200) NOT NULL,
|
||||
filename varchar(200) NOT NULL
|
||||
filename varchar(200) NOT NULL,
|
||||
watch_date datetime NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user