work on db

This commit is contained in:
dylan
2024-03-31 16:41:29 -07:00
parent 0d97f40fc5
commit 8b987bc589
2 changed files with 31 additions and 0 deletions
@@ -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,
);