Logo
Explore Help
Sign In
IntenseWebs/discourse
3
0
Fork 0
You've already forked discourse
mirror of https://github.com/discourse/discourse.git synced 2025-02-25 18:55:32 -06:00
Code Issues Packages Projects Releases Wiki Activity
Files
65d7ea2dbc9e7bf276e5ac3f9e23c2111e64e278
discourse/db/migrate/20190508141824_drop_claimed_by_id.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
214 B
Ruby
Raw Normal View History

Make rubocop happy.
2019-05-13 09:55:44 +08:00
# frozen_string_literal: true
FEATURE: Claim Reviewables by Topic This is a feature that used to be present in discourse-assign but is much easier to implement in core. It also allows a topic to be assigned without it claiming for review and vice versa and allows it to work with category group reviewers.
2019-05-08 10:20:51 -04:00
class DropClaimedById < ActiveRecord::Migration[5.2]
def up
remove_column :reviewables, :claimed_by_id
end
resolve Rails/ReversibleMigrationMethodDefinition errors (#29412)
2024-10-25 15:13:06 +08:00
def down
raise ActiveRecord::IrreversibleMigration
end
FEATURE: Claim Reviewables by Topic This is a feature that used to be present in discourse-assign but is much easier to implement in core. It also allows a topic to be assigned without it claiming for review and vice versa and allows it to work with category group reviewers.
2019-05-08 10:20:51 -04:00
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 329ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API