6 lines
115 B
Ruby
6 lines
115 B
Ruby
class DropDomainFaPostsTable < ActiveRecord::Migration[7.2]
|
|
def change
|
|
drop_table :domain_fa_posts
|
|
end
|
|
end
|