Edit by browser

This commit is contained in:
颜渊 2020-08-18 09:08:14 +08:00
parent 537c9d7c41
commit 6981bf3f06
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
DROP TABLE if exists thumbnails;
DROP TABLE if exists images;
create table IF not EXISTS images(
_id integer PRIMARY KEY,
_data TEXT,