mirror of
https://github.com/ksyasuda/aniwrapper.git
synced 2024-10-28 04:44:11 -07:00
a11d55b726
fixed checkdb function always returning 2 instead of the count also add arc_dark_transparent_colors.rasi config file for use in meh.rasi
7 lines
138 B
SQL
7 lines
138 B
SQL
CREATE TABLE search_history (
|
|
id integer PRIMARY KEY autoincrement,
|
|
name varchar(200) NOT NULL,
|
|
search_date date NOT NULL
|
|
);
|
|
|