From 0485b8325f988cd9ed363832e7dd4f1abd838893 Mon Sep 17 00:00:00 2001 From: roboogg133 Date: Sat, 20 Sep 2025 16:05:53 -0300 Subject: [PATCH] new index.db schema, removed likes and reports --- doc/indexdbSchema.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/indexdbSchema.txt b/doc/indexdbSchema.txt index 4236a98..f60a141 100644 --- a/doc/indexdbSchema.txt +++ b/doc/indexdbSchema.txt @@ -6,13 +6,11 @@ CREATE TABLE packages( public_key BLOB NOT NULL, signature BLOB NOT NULL, description TEXT NOT NULL, - dependencies TEXT, + dependencies TEXT NOT NULL DEFAULT '', package_url TEXT NOT NULL, author TEXT NOT NULL, author_verified INTEGER NOT NULL DEFAULT 0, family TEXT NOT NULL, - likes INTEGER NOT NULL DEFAULT 0, - reports INTEGER NOT NULL DEFAULT 0, arch TEXT NOT NULL, os TEXT NOT NULL, serial INTEGER NOT NULL