summaryrefslogtreecommitdiffstats
path: root/db/migrate/048_allow_null_version_effective_date.rb
diff options
context:
space:
mode:
Diffstat (limited to 'db/migrate/048_allow_null_version_effective_date.rb')
-rw-r--r--db/migrate/048_allow_null_version_effective_date.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrate/048_allow_null_version_effective_date.rb b/db/migrate/048_allow_null_version_effective_date.rb
index 9cce1e3f6..66d23d14f 100644
--- a/db/migrate/048_allow_null_version_effective_date.rb
+++ b/db/migrate/048_allow_null_version_effective_date.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: false
+
class AllowNullVersionEffectiveDate < ActiveRecord::Migration[4.2]
def self.up
change_column :versions, :effective_date, :date, :default => nil, :null => true