* fixes #126 - hasura auto apply data seed * chore: update product's description and clean data migration down
4 lines
185 B
SQL
4 lines
185 B
SQL
INSERT INTO public.collections ("slug", "name", "description") VALUES
|
|
('conversational', 'Conversational', 'Converse with these models and get answers.')
|
|
ON CONFLICT (slug) DO NOTHING;
|