work on db
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
DROP TABLE repos;
|
||||
|
||||
DROP TABLE releases;
|
||||
|
||||
CREATE TABLE releases (
|
||||
id text,
|
||||
picobook_version int,
|
||||
repo text,
|
||||
slug text,
|
||||
version text,
|
||||
carts json,
|
||||
title text,
|
||||
);
|
||||
Reference in New Issue
Block a user