Skip to content

Commit

Permalink
fix(examples): add missing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmer committed Oct 9, 2016
1 parent 7ef8d37 commit f97c723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/forum/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ create domain forum_example.email as text

create table forum_example.person_account (
person_id uuid not null primary key references forum_example.person(id),
email email not null unique,
email forum_example.email not null unique,
pass_hash char(60) not null
);

Expand Down

0 comments on commit f97c723

Please sign in to comment.