We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e5a8c1 commit 36a96dcCopy full SHA for 36a96dc
1 file changed
Misc/vw.GerarCPF.sql
@@ -25,8 +25,8 @@
25
USE master
26
GO
27
28
-IF OBJECT_ID('dbo.vwGerarCPF','V') IS NOT NULL
29
- EXEC('CREATE VIEW dbo.vwGerarCPF as select 1')
+IF OBJECT_ID('dbo.vwGeraCPF','V') IS NULL
+ EXEC('CREATE VIEW dbo.vwGeraCPF as select 1 StubVersion')
30
31
32
ALTER VIEW dbo.vwGeraCPF
0 commit comments