1.0.x - 1.1.x DB Migration scripts

resolves #205
This commit is contained in:
Glenn Renfro
2016-09-09 16:28:27 -04:00
parent 879be990f1
commit 9dada07944
6 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
alter table task_execution add ERROR_MESSAGE VARCHAR(2500);

View File

@@ -0,0 +1 @@
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);

View File

@@ -0,0 +1 @@
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);

View File

@@ -0,0 +1 @@
alter table task_execution add ERROR_MESSAGE varchar2(2500);

View File

@@ -0,0 +1 @@
alter table task_execution add column ERROR_MESSAGE VARCHAR(2500);

View File

@@ -0,0 +1 @@
alter table task_execution add ERROR_MESSAGE VARCHAR(2500);