source: src/main/resources/data.sql@ 044bd76

Last change on this file since 044bd76 was 044bd76, checked in by Gjoko <goko_kostadinov@…>, 17 months ago

Adding initial calendar version

  • Property mode set to 100644
File size: 635 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, '$2a$10$DJyjt.Vj/U8MEuYX1PXL9ukQSMwXHVdhre3POlTqpYzNxHB5gu/MW','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, '$2a$10$Zc28AcCpAgxB.e67UMF/2.FgchjH9QWB7z8nP0TdkrFneV4IHPXji','CUSTOMER', 'user');
Note: See TracBrowser for help on using the repository browser.