6 lines
123 B
Ruby
6 lines
123 B
Ruby
|
class ExportsKeyNotNull < ActiveRecord::Migration[6.1]
|
||
|
def change
|
||
|
change_column_null :exports, :key, false
|
||
|
end
|
||
|
end
|