Skip to content

Commit

Permalink
fix: Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 6, 2023
1 parent c75ef9c commit 48136aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/seed-database/write/users.sql
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SET
first_name = EXCLUDED.first_name,
last_name = EXCLUDED.last_name,
email = EXCLUDED.email,
is_platform_admin = EXCLUDED.is_platform_admin;
is_platform_admin = EXCLUDED.is_platform_admin,
is_staging_only = EXCLUDED.is_staging_only;

ALTER TABLE
Expand Down

0 comments on commit 48136aa

Please sign in to comment.