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