fallbackToDestructiveMigration is added - #473
Conversation
|
The new files and changes in the example directory add a lot of noise to the PR. Do we need them or could we just get rid of them? @Faiizii |
|
@vitusortner The example (directory) was created with android support lib but flutter latest version using androidx lib for android. So, to support latest versions for both android and iOS, I deleted the both android and iOS folder and executed the |
|
Whatever happened to this? |
the owner did not accept the merge sadly. |
|
Any update on this? |
|
any update on this PR? |
|
Hello @hm-tamim |
|
I think fallbackToDestructiveMigration should be managed by a config option during database initialization (not from generated code). It makes it easy to manage, just like it works in the Room Persistence library. |
Hey there!
I created a pull request to allow the fallbackToDestructiveMigration. Please check and review the request if it full fill the standards, and let me know if there's any thing missing or required to explain.