Skip to content
Snippets Groups Projects
Unverified Commit 40a3e105 authored by Sébastien Gaya's avatar Sébastien Gaya
Browse files

after the quiche lorraine, the quiche arnaud!

parent 8383a58f
No related branches found
No related tags found
Loading
class RemoveWordpressTables < ActiveRecord::Migration[7.0]
def change
drop_table :communication_website_imported_media, force: :cascade
drop_table :communication_website_imported_categories, force: :cascade
drop_table :communication_website_imported_authors, force: :cascade
drop_table :communication_website_imported_pages, force: :cascade
drop_table :communication_website_imported_posts, force: :cascade
drop_table :communication_website_imported_websites, force: :cascade
drop_table :communication_website_imported_categories
drop_table :communication_website_imported_authors
drop_table :communication_website_imported_pages
drop_table :communication_website_imported_posts
drop_table :communication_website_imported_media
drop_table :communication_website_imported_websites
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment