Base solution for your next web application
Open Closed

Firing Migration on Server #9346


User avatar
0
kansoftware created

Hi

How can I fire my migrations on server if the database is not accessible on local. Is there any api which can be called after deploying the project on server.


1 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @kansoftware,

    There is no API for this. You can also publish Migrator project in your solution and run it on the database server.