Skip to content

Add a not-null constraint to {campaigns,campaign_jobs}.description

Warren Gifford requested to merge cmp-desc-not-null into master

Created by: mrnugget

This is just a clean up, because @eseliger and I found out yesterday that we don't have a NOT NULL on this column and, at the same time, have no NullString scanning in place.

Technically it's not an issue, since we always write blank strings, but this just makes it more explicit.

Merge request reports

Loading