Last active
February 7, 2022 10:03
-
-
Save Farhandroid/e0274ee5fed49c61335185bc1b94712d to your computer and use it in GitHub Desktop.
Automigration DB section
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Database( | |
entities = [User::class], | |
version = 2, | |
autoMigrations = [AutoMigration(from = 1, to = 2)], | |
exportSchema = true | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment