Skip to content

Commit

Permalink
Merge pull request #6460 from IQSS/6459-contenttype-nullable
Browse files Browse the repository at this point in the history
contenttype can be null because dataset tools do not require it #6459
  • Loading branch information
kcondon authored Dec 16, 2019
2 parents 373d98f + 72bc488 commit cf88cf9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-- contenttype can be null because dataset tools do not require it
ALTER TABLE externaltool ALTER contenttype DROP NOT NULL;

0 comments on commit cf88cf9

Please sign in to comment.