Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
AIG-public
Cobalt
Commits
1651a4c5
Commit
1651a4c5
authored
Nov 15, 2016
by
Paul Rich
Browse files
Fixing DDL template for update 2.
parent
8ae62195
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/build-cdbwriter-ddl/cobalt-db-update2-ddl.src
View file @
1651a4c5
...
...
@@ -46,15 +46,15 @@ alter table "##COBALT_SCHEMA##"."RESERVATION_DATA"
add BLOCK_PASSTHROUGH INTEGER;
------------------------------------------------
-- DDL Statements for table "##COBALT_SCHEMA##"."RESERVATION_
DATA
"
-- DDL Statements for table "##COBALT_SCHEMA##"."RESERVATION_
EVENTS
"
------------------------------------------------
update
table
"##COBALT_SCHEMA##"."RESERVATION_EVENTS"
SET NAME =
"
terminating
"
where NAME =
"
ending
"
;
update "##COBALT_SCHEMA##"."RESERVATION_EVENTS"
SET NAME =
'
terminating
'
where NAME =
'
ending
'
;
insert into "##COBALT_SCHEMA##"."RESERVATION_EVENTS" values
(default,
"
deferred
"
),
(default,
"
deactivating
"
),
(default,
"
released
"
),
(default,
"
instance_end
"
);
(default,
'
deferred
'
),
(default,
'
deactivating
'
),
(default,
'
released
'
),
(default,
'
instance_end
'
);
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment