Delete db/migrate/20250301143956_add_wiki_raw_to_characters.rb (#194)

This commit is contained in:
Justin Edmund 2025-03-02 16:29:05 -08:00 committed by GitHub
parent 3746ee9af6
commit 28a6b1894e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +0,0 @@
class AddWikiRawToCharacters < ActiveRecord::Migration[8.0]
def change
add_column :characters, :wiki_raw, :text
add_column :characters, :game_raw_en, :text
add_column :characters, :game_raw_jp, :text
end
end