Skip to content

Commit 0413bab

Browse files
committed
#2309 fix spelling mistake
1 parent f6ea53f commit 0413bab

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

Console/Workspace

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
BEGIN TRANSACTION;
2+
3+
-- fix spelling mistake in dim_broker
4+
Update dim_brokers
5+
set type = 'Observations'
6+
where name = 'GFBIO' and type like 'Ob%'
7+
8+
-- BEXIS2 Version Update
9+
INSERT INTO public.versions(
10+
versionno, extra, module, value, date)
11+
VALUES (1, null, 'Shell', '4.2.1',NOW());
12+
13+
commit;

0 commit comments

Comments
 (0)