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