save to db
This commit is contained in:
@@ -4,10 +4,11 @@ DROP TABLE releases;
|
||||
|
||||
CREATE TABLE releases (
|
||||
id text,
|
||||
picobook_version int,
|
||||
repo text,
|
||||
author text,
|
||||
slug text,
|
||||
version text,
|
||||
carts json,
|
||||
title text,
|
||||
manifest json,
|
||||
created_at time
|
||||
);
|
||||
Reference in New Issue
Block a user