New: Create Snapshot in migration
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m59s

This commit is contained in:
2026-03-17 22:20:35 +01:00
parent 6575fc1d60
commit ab117c263d
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
CREATE DATABASE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB_snapshot]
ON
(
NAME = [2025_5bhitn_konstantin_hintermayer_smarter_rentDB],
FILENAME = N'/var/opt/mssql/data/smarter_rentDB.ss'
) AS SNAPSHOT OF [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
GO