Merge remote-tracking branch 'origin/main' into feature/281

このコミットが含まれているのは:
2026-03-11 23:20:14 +09:00
コミット 3665cd8948
4個のファイルの変更70行の追加31行の削除
+6
ファイルの表示
@@ -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