Merge remote-tracking branch 'origin/main' into feature/281
このコミットが含まれているのは:
@@ -0,0 +1,6 @@
|
||||
class AddDiscardedAtToTags < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :tags, :discarded_at, :datetime
|
||||
add_index :tags, :discarded_at
|
||||
end
|
||||
end
|
||||
新しい課題から参照
ユーザをブロックする