Define a new Model ConcreteThing object pointing a the new base table. Only field is PK. Migrate it into place without changing anything else.
add a new field on the subclass which should ultimately inherit from ConcreteThing. The field is a OneToOneField to it, which is nullable.