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:
13
docker-definitions/mssql-eventsdb/init/05-sports.sql
Normal file
13
docker-definitions/mssql-eventsdb/init/05-sports.sql
Normal file
@@ -0,0 +1,13 @@
|
||||
USE [$(MSSQL_DB)];
|
||||
GO
|
||||
|
||||
INSERT INTO dbo.Sport (Name) VALUES
|
||||
('Running'),
|
||||
('Darts'),
|
||||
('Bowling'),
|
||||
('Table Tennis'),
|
||||
('Chess'),
|
||||
('Pikado'),
|
||||
('Mini Golf'),
|
||||
('Swimming'),
|
||||
('Cycling');
|
||||
Reference in New Issue
Block a user