Skip to content

Commit

Permalink
Merge pull request #50 from Asakra/fix
Browse files Browse the repository at this point in the history
  • Loading branch information
arkuznetsov authored Oct 31, 2023
2 parents 8fbb037 + d8b2020 commit 0a94bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Классы/ПодключениеMSSQL.os
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,7 @@

ТекстЗапроса = СтрШаблон("""USE [master];
|
|ALTER DATABASE %1
|ALTER DATABASE [%1]
|SET RECOVERY %2"" ",
База,
МодельВосстановления);
Expand Down

0 comments on commit 0a94bfd

Please sign in to comment.