Replies: 1 comment 5 replies
-
Hello @Jnosh, It looks like your app is using Did you have a desired API in mind? May I also ask which action the app is performing when the database is erased (more context always help)? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
DatabaseMigrator
has theeraseDatabaseOnSchemaChange
option to erase the database contents if the database schema changed.I am using this option during development but I also have some non-DB data that I need to erase if this was exercised. Currently I am checking for the existence of a record in a single row table to detect if the DB contents were erased but it would be nicer if
DatabaseMigrator
could report this directly.Do you think it would make sense to add this capability?
Beta Was this translation helpful? Give feedback.
All reactions