dcblogdev / laravel-microsoft-graph

Laravel package for Microsoft Graph API (Microsoft365)
https://dcblog.dev/docs/laravel-microsoft-graph
Other
120 stars 51 forks source link

Do not load migrations if table exists #59

Closed ruslansteiger closed 1 year ago

ruslansteiger commented 1 year ago

Upon publishing the migrations and running the tests, I observed a failure occurring when it attempted to generate the table twice. Therefore, I am currently working on resolving this bug.

With version 3.1.9 it works fine. After upgrading to 3.2.0 I encountered this problem.

dcblogdev commented 1 year ago

thanks, I've just merged a PR that removes this line, I only needed it for tests but found a better way to sort it out.