If I want to extend an existing Model to also use TimestampIndexedModel I need to manually add data during migration. This could be simplified by adding a default value to both DateTimeFields in [TimestampIndexedModel](https://github.com/kdmukai/microdev/blob/2a5fee9cbe52d65952e1a21406561de55b6415df/microdev/models.py#L215).
If I want to extend an existing Model to also use TimestampIndexedModel I need to manually add data during migration.
This could be simplified by adding a default value to both DateTimeFields in TimestampIndexedModel.