Repository URL to install this package:
Version:
1.0.0 ▾
|
class RequireProjectForCode < ActiveRecord::Migration[6.1]
def change
change_column :discourse_annotator_codes, :project_id, :integer, null: false
end
end