このコミットが含まれているのは:
2026-01-12 12:10:09 +09:00
コミット beb9e11aeb
7個のファイルの変更45行の追加31行の削除
+9
ファイルの表示
@@ -0,0 +1,9 @@
class DropTagAliases < ActiveRecord::Migration[7.0]
def up
drop_table :tag_aliases
end
def down
raise ActiveRecord::IrreversibleMigration, '戻せません.'
end
end