Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit d0849c8

Browse files
committed
database: Add some fields to support live databases
1 parent 6b042a6 commit d0849c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

database/dbhub.sql

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,9 @@ CREATE TABLE public.sqlite_databases (
432432
release_list jsonb,
433433
release_count integer DEFAULT 0 NOT NULL,
434434
download_count bigint DEFAULT 0,
435-
page_views bigint DEFAULT 0
435+
page_views bigint DEFAULT 0,
436+
live_db boolean DEFAULT false NOT NULL,
437+
live_node text
436438
);
437439

438440

0 commit comments

Comments
 (0)