Louis 19e5e7e047
#126 - Apply Data Seed using Hasura Migration (#140)
* fixes #126 - hasura auto apply data seed

* chore: update product's description and clean data migration down
2023-09-11 15:53:25 +07:00

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;