Fix: Migrations 2
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m6s

This commit is contained in:
2026-03-18 01:07:41 +01:00
parent 1c81d28cfd
commit 6e8e16757f
2 changed files with 7 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
USE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
GO
-- Insert test data into the Location table
INSERT INTO [dbo].[Location] ([name], [address])
VALUES

View File

@@ -1,3 +1,7 @@
USE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
GO
-- ####################################################
-- # STORED PROCEDURES #
-- ####################################################