The current cot migration list only shows the list of migrations in the crate. The full list of migrations (including that from external dependencies) are only available at runtime. Ideally, we want to improve the migration command to show this. See #583 (comment) for more
The current
cot migration listonly shows the list of migrations in the crate. The full list of migrations (including that from external dependencies) are only available at runtime. Ideally, we want to improve the migration command to show this. See #583 (comment) for more