Skip to content

Commit 36a96dc

Browse files
committed
Ajustes no nome do objeto
1 parent 6e5a8c1 commit 36a96dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Misc/vw.GerarCPF.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
USE master
2626
GO
2727

28-
IF OBJECT_ID('dbo.vwGerarCPF','V') IS NOT NULL
29-
EXEC('CREATE VIEW dbo.vwGerarCPF as select 1')
28+
IF OBJECT_ID('dbo.vwGeraCPF','V') IS NULL
29+
EXEC('CREATE VIEW dbo.vwGeraCPF as select 1 StubVersion')
3030
GO
3131

3232
ALTER VIEW dbo.vwGeraCPF

0 commit comments

Comments
 (0)