Edit by browser
This commit is contained in:
parent
537c9d7c41
commit
6981bf3f06
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue