jan/app-backend/hasura/seeds/jandb/1692710265351_collectionsSeed.sql

5 lines
253 B
SQL

SET check_function_bodies = false;
INSERT INTO public.collections ("slug", "name", "description") VALUES
('conversational', 'Conversational', 'Chatbot alternatives to ChatGPT. Converse with these models and get answers.')
ON CONFLICT (slug) DO NOTHING;