Topic on Manual talk:Schema changes

Adamw (talkcontribs)

I haven't found a way to express dropping a table using an abstract migration.

Adamw (talkcontribs)

Seems this isn't necessary, it can be done trivially from the update hook:

       $updater->dropExtensionTable( 'cn_known_mobile_carriers' );

Reply to "Drop table?"