PI06 i PI06-1. Docker definitions for MSSQL and Postgres. Data seeder/generator for countries and people. Entity Framework example with variants for Postgres and MSSQL
This commit is contained in:
5
docker-definitions/postgres-eventsdb/init/07-events.sql
Normal file
5
docker-definitions/postgres-eventsdb/init/07-events.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
INSERT INTO event (name, event_date) VALUES
|
||||
('Union Games', '2026-03-12'),
|
||||
('Faculty Meetup', '2026-04-25'),
|
||||
('City Cup', '2026-06-03'),
|
||||
('Research Forum', '2026-09-18');
|
||||
Reference in New Issue
Block a user