···11+DROP INDEX IF EXISTS "recipes_id_unique";--> statement-breakpoint
22+DROP INDEX IF EXISTS "recipes_rkey_author_did_unique";--> statement-breakpoint
33+ALTER TABLE `recipes` ALTER COLUMN "title" TO "title" text NOT NULL;--> statement-breakpoint
44+CREATE UNIQUE INDEX `recipes_id_unique` ON `recipes` (`id`);--> statement-breakpoint
55+CREATE UNIQUE INDEX `recipes_rkey_author_did_unique` ON `recipes` (`rkey`,`author_did`);--> statement-breakpoint
66+ALTER TABLE `recipes` ADD `image_ref` text;