Skip to content

Commit

Permalink
add gloss languages to test dictionary seed
Browse files Browse the repository at this point in the history
  • Loading branch information
Danble committed Jan 23, 2025
1 parent bc4b7cd commit 62708d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supabase/seed.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ INSERT INTO auth.users ("aud", "email", "id", "instance_id", "role") VALUES
('authenticated', '[email protected]', 'de2d3715-6337-45a3-a81a-d82c3210b2a7', '00000000-0000-0000-0000-000000000000', 'authenticated'),
('authenticated', '[email protected]', 'be43b1dd-6c64-494d-b5da-10d70c384433', '00000000-0000-0000-0000-000000000000', 'authenticated');

INSERT INTO "public"."dictionaries" ("id", "name", "created_at", "created_by", "updated_at", "updated_by") VALUES
('test', 'Test Dictionary', '2024-03-18 14:16:22.367188+00', 'de2d3715-6337-45a3-a81a-d82c3210b2a7', '2024-03-18 14:16:22.367188+00', 'de2d3715-6337-45a3-a81a-d82c3210b2a7');
INSERT INTO "public"."dictionaries" ("id", "name", "gloss_languages", "created_at", "created_by", "updated_at", "updated_by") VALUES
('test', 'Test Dictionary', '{"en"}', '2024-03-18 14:16:22.367188+00', 'de2d3715-6337-45a3-a81a-d82c3210b2a7', '2024-03-18 14:16:22.367188+00', 'de2d3715-6337-45a3-a81a-d82c3210b2a7');

0 comments on commit 62708d3

Please sign in to comment.