Fix: Migrations 2
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m6s
All checks were successful
Build and Push Docker Image / build (push) Successful in 2m6s
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
USE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
|
||||
GO
|
||||
|
||||
|
||||
-- ####################################################
|
||||
-- # STORED PROCEDURES #
|
||||
-- ####################################################
|
||||
|
||||
Reference in New Issue
Block a user