mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2026-05-26 00:55:12 -07:00
add file_history table and update setup script
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
CREATE TABLE file_history (
|
||||
id integer PRIMARY KEY AUTOINCREMENT,
|
||||
directory varchar(200) NOT NULL,
|
||||
filename varchar(200) NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user