source: src/main/resources/data.sql@ 401a211

Last change on this file since 401a211 was 401a211, checked in by Gjoko <goko_kostadinov@…>, 21 months ago

Fixing security configuration

  • Property mode set to 100644
File size: 524 bytes
Line 
1insert into stakeholder (id, created, email, first_name, last_name, modified, password, stakeholder_type, username)
2values (nextval('hibernate_sequence'), current_timestamp, 'admin@schedlr.com', 'admin', 'admin', current_timestamp, 'admin','ADMIN', 'admin');
3
4insert into stakeholder (id, created, email, first_name, last_name, modified, password, stakeholder_type, username)
5values (nextval('hibernate_sequence'), current_timestamp, 'user1@schedlr.com', 'gjoko', 'kostadinov', current_timestamp, 'user','CUSTOMER', 'user');
Note: See TracBrowser for help on using the repository browser.