Skip to content

Commit

Permalink
accidentally commented out remote_endpoint table
Browse files Browse the repository at this point in the history
  • Loading branch information
erichanson committed Aug 30, 2017
1 parent ba2920d commit d5381bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/004-http_server/002-client.sql
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,11 @@ set search_path=endpoint;
/*******************************************************************************
* TABLE remote_endpoint, a known endpoint out in the universe
*******************************************************************************/


/*
create table remote_endpoint (
id uuid not null default public.uuid_generate_v4() primary key,
name text,
url text not null
);
*/




Expand Down

0 comments on commit d5381bb

Please sign in to comment.