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:
2025-04-09 15:57:56 +02:00
parent 01d531aa23
commit 4c6d3f9452
19 changed files with 225 additions and 111 deletions

View 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');