From 762923de05df91ca9a20ecea7751f8a0e1aaccb8 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Fri, 10 Apr 2026 06:24:38 +0100 Subject: [PATCH] appview/db: remove stray table mutation this is already present in a migration. doing this causes a migration error on fresh DBs. Signed-off-by: oppiliappan --- appview/db/db.go | 1 - 1 file changed, 1 deletion(-) diff --git a/appview/db/db.go b/appview/db/db.go index 2088c140..171f3042 100644 --- a/appview/db/db.go +++ b/appview/db/db.go @@ -261,7 +261,6 @@ func Make(ctx context.Context, dbPath string) (*DB, error) { did text not null, -- data - avatar text, description text not null, include_bluesky integer not null default 0, location text, -- 2.51.2