seitime-frappe/frappe/integrations/frappe_providers/__init__.py
Arun Mathai S.K. 02c680e68d
fix: migrate-to now works (#27115)
* chore : migrat-to pre check url

* feat: migrate-to now works

* fix: unecessary context

* chore: remove commented code
2024-07-18 10:27:20 +05:30

8 lines
190 B
Python

# imports - standard imports
# imports - module imports
from frappe.integrations.frappe_providers.frappecloud import frappecloud_migrator
def migrate_to():
return frappecloud_migrator()