demarches-normaliennes/db/migrate/20210402163003_exports_key_not_null.rb

6 lines
123 B
Ruby
Raw Normal View History

2021-04-02 18:42:24 +02:00
class ExportsKeyNotNull < ActiveRecord::Migration[6.1]
def change
change_column_null :exports, :key, false
end
end