Skip to content

Commit

Permalink
added role in usertable insert
Browse files Browse the repository at this point in the history
  • Loading branch information
mbasa committed Jun 20, 2017
1 parent 14df1db commit 7bcb925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sql/createtabs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ INSERT INTO geofuse.baselayer (rank,url,attribution,subdomain,name,display) VALU
--
-- Initial Data for Name: userinf; Type: TABLE DATA; Schema: geofuse;
--
INSERT INTO geofuse.userinf (username,password) VALUES ('admin','admin');
INSERT INTO geofuse.userinf (username,password,role) VALUES ('admin','admin','admin');

--
-- Initial Data for Name: maplinker; Type: TABLE DATA; Schema: geofuse;
Expand Down

0 comments on commit 7bcb925

Please sign in to comment.