diff options
Diffstat (limited to 'Codemerx/Gestor.Application.Migration.Files.20250425_265.SQL')
| -rw-r--r-- | Codemerx/Gestor.Application.Migration.Files.20250425_265.SQL | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Codemerx/Gestor.Application.Migration.Files.20250425_265.SQL b/Codemerx/Gestor.Application.Migration.Files.20250425_265.SQL new file mode 100644 index 0000000..7633b72 --- /dev/null +++ b/Codemerx/Gestor.Application.Migration.Files.20250425_265.SQL @@ -0,0 +1,4 @@ +IF NOT EXISTS(SELECT 1 FROM CODIGOBANCO WHERE IDCODIGOBANCO = 135)
+BEGIN
+ INSERT INTO codigobanco (IDCODIGOBANCO,CODIGO,NOMEBANCO) VALUES (135, 133, N'CRESOL CONFEDERAÇÃO');
+END
\ No newline at end of file |