Fix: schema-migration
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
Some checks failed
Build and Push Docker Image / build (push) Has been cancelled
This commit is contained in:
@@ -9,11 +9,4 @@ ON
|
|||||||
NAME = [2025_5bhitn_konstantin_hintermayer_smarter_rentDB],
|
NAME = [2025_5bhitn_konstantin_hintermayer_smarter_rentDB],
|
||||||
FILENAME = N'/var/opt/mssql/data/smarter_rentDB.ss'
|
FILENAME = N'/var/opt/mssql/data/smarter_rentDB.ss'
|
||||||
) AS SNAPSHOT OF [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
|
) AS SNAPSHOT OF [2025_5bhitn_konstantin_hintermayer_smarter_rentDB];
|
||||||
GO
|
|
||||||
|
|
||||||
-- Restore Snapshot
|
|
||||||
|
|
||||||
USE [master];
|
|
||||||
ALTER DATABASE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB] SET SINGLE_USER WITH ROLLBACK IMMEDIATE;
|
|
||||||
RESTORE DATABASE [2025_5bhitn_konstantin_hintermayer_smarter_rentDB] FROM DATABASE_SNAPSHOT = '2025_5bhitn_konstantin_hintermayer_smarter_rentDB_snapshot';
|
|
||||||
GO
|
GO
|
||||||
Reference in New Issue
Block a user