fixing duplicate column

This commit is contained in:
2025-10-05 11:42:56 -03:00
parent df4c76bd99
commit 4e2d506a01
2 changed files with 0 additions and 3 deletions

View File

@@ -21,7 +21,6 @@ const InstalledDatabaseSchema = `CREATE TABLE IF NOT EXISTS packages (
dependencies TEXT NOT NULL DEFAULT '',
description TEXT NOT NULL,
family TEXT NOT NULL,
serial INTEGER NOT NULL UNIQUE,
package_d TEXT NOT NULL,
filename TEXT NOT NULL,
os TEXT NOT NULL,