-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
02b-room-migrations #8
Open
Serchinastico
wants to merge
1
commit into
02a-room
Choose a base branch
from
02b-room-migrations
base: 02a-room
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
Closed
ab6be37
to
070a3c7
Compare
a1d55af
to
853a5c7
Compare
070a3c7
to
247bd37
Compare
853a5c7
to
f8ced3a
Compare
247bd37
to
99100e8
Compare
f8ced3a
to
9812523
Compare
99100e8
to
a919825
Compare
9812523
to
8e08009
Compare
a919825
to
246f98f
Compare
8e08009
to
00ea2b2
Compare
246f98f
to
5fd311a
Compare
00ea2b2
to
0aabfb0
Compare
5fd311a
to
a5323a5
Compare
0aabfb0
to
a4d4f7d
Compare
a5323a5
to
5f926e3
Compare
a4d4f7d
to
d48c241
Compare
5f926e3
to
21e3ce4
Compare
d48c241
to
5c2c4b1
Compare
21e3ce4
to
1dafb00
Compare
5c2c4b1
to
0786791
Compare
1dafb00
to
ff24d45
Compare
0786791
to
8d78946
Compare
ff24d45
to
380a42f
Compare
8d78946
to
b3b2b07
Compare
b3b2b07
to
4170d28
Compare
4170d28
to
7f465cc
Compare
be53161
to
1f60144
Compare
1f60144
to
012c54e
Compare
012c54e
to
d90568f
Compare
d90568f
to
f5b0e7f
Compare
f5b0e7f
to
d818820
Compare
d818820
to
9913e9d
Compare
9913e9d
to
daebed5
Compare
daebed5
to
ce35d84
Compare
7093a05
to
92b4d48
Compare
Add tests Fix migration
92b4d48
to
3e9ac7d
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is not meant to be merged
This is how to apply migrations to DBs with Room:
SuperHeroEntity
fields by an@Embedded
SuperHero
field as they are the same model as of now.superheroes
table.