mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2025-12-05 02:53:37 -08:00
add file_history table and update setup script
This commit is contained in:
5
sql/file_history.sql
Normal file
5
sql/file_history.sql
Normal file
@@ -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