このコミットが含まれているのは:
2026-03-11 12:43:08 +09:00
コミット 5e28159326
3個のファイルの変更24行の追加2行の削除
+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