wasmcloud/migrations/2020-10-26-163220_within_us.../up.sql

8 lines
177 B
SQL

INSERT INTO users (id, email, salutation, is_admin, is_locked) VALUES
( '5e4f5bf1-5e73-4a36-b58e-36b6a3509e26'
, 'me@christine.website'
, 'Within'
, true
, false
);