summaryrefslogtreecommitdiff
path: root/Gestor.Application.Migration.Files.20200915_67.SQL
diff options
context:
space:
mode:
Diffstat (limited to 'Gestor.Application.Migration.Files.20200915_67.SQL')
-rw-r--r--Gestor.Application.Migration.Files.20200915_67.SQL4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gestor.Application.Migration.Files.20200915_67.SQL b/Gestor.Application.Migration.Files.20200915_67.SQL
new file mode 100644
index 0000000..9e8a535
--- /dev/null
+++ b/Gestor.Application.Migration.Files.20200915_67.SQL
@@ -0,0 +1,4 @@
+IF NOT EXISTS(SELECT 1 FROM [dbo].[CODIGOBANCO] WHERE [IDCODIGOBANCO] = 122)
+BEGIN
+ INSERT INTO [dbo].[CODIGOBANCO] ([IDCODIGOBANCO],[CODIGO],[NOMEBANCO]) VALUES (122,085, N'TRANSPOCRED');
+END \ No newline at end of file