···3333 `uri` text PRIMARY KEY NOT NULL,
3434 `did` text NOT NULL,
3535 `rkey` text NOT NULL,
3636+ `name` text NOT NULL,
3737+ `description` text,
3638 `lexicon` text NOT NULL,
3739 `actions` text DEFAULT '[]' NOT NULL,
4040+ `fetches` text DEFAULT '[]' NOT NULL,
3841 `conditions` text DEFAULT '[]' NOT NULL,
3942 `active` integer DEFAULT false NOT NULL,
4043 `indexed_at` integer NOT NULL
-1
lib/db/migrations/0001_wide_solo.sql
···11-ALTER TABLE `subscriptions` ADD `fetches` text DEFAULT '[]' NOT NULL;