Drop the errorMsg column in the Jobs table
We're not using it anywhere.
This commit is contained in:
@@ -0,0 +1 @@
|
||||
alter table Jobs drop column errorMsg;
|
||||
Reference in New Issue
Block a user
We're not using it anywhere.
@@ -0,0 +1 @@
|
||||
alter table Jobs drop column errorMsg;
|
||||