Bulk add of notices working.
A basic functionality with DTO implemented TO-DO: zamiast dodawać tutaj pętlą, musi to robić NoticeService, trzeba zaimplementować odpowienią metodę
This commit is contained in:
2
src/main/resources/sql/data.sql
Normal file
2
src/main/resources/sql/data.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
INSERT INTO clients (email, first_name, image, last_name, password, role)
|
||||
VALUES ('dignissim.tempor.arcu@aol.ca', 'Diana', 'null', 'Harrison', 'password', 'USER');
|
||||
Reference in New Issue
Block a user