Remove SafelyChangeColumnDefault concern from topics model
What does this MR do and why?
Remove SafelyChangeColumnDefault concern from topics. As the default value from topics organization_id was removed, we can now, remove the SafelyChangeColumnDefault concern.
Following the process described in https://docs.gitlab.com/development/database/avoiding_downtime_in_migrations/#clean-up-the-safelychangecolumndefault-concern-in-the-next-minor-release
Follow-up from !186103 (merged)
This is part of the efforts of adding topics sharding key. Related MRs:
Related #463254 (closed)