diff options
Diffstat (limited to 'Codemerx/Gestor.Application.Migration.Files.20211230_181.SQL')
| -rw-r--r-- | Codemerx/Gestor.Application.Migration.Files.20211230_181.SQL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Codemerx/Gestor.Application.Migration.Files.20211230_181.SQL b/Codemerx/Gestor.Application.Migration.Files.20211230_181.SQL new file mode 100644 index 0000000..c2f4bc9 --- /dev/null +++ b/Codemerx/Gestor.Application.Migration.Files.20211230_181.SQL @@ -0,0 +1,4 @@ +IF NOT EXISTS(SELECT 1 FROM [dbo].[CODIGOBANCO] WHERE [IDCODIGOBANCO] = 129)
+BEGIN
+ INSERT INTO [dbo].[CODIGOBANCO] ([IDCODIGOBANCO],[CODIGO],[NOMEBANCO]) VALUES (129, 403, N'BANCO CORA');
+END
\ No newline at end of file |