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