Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
fixing database name
Browse files Browse the repository at this point in the history
  • Loading branch information
John Oberhauser committed Jun 20, 2024
1 parent b329299 commit 5f067e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val accountsModule = module {
Room.databaseBuilder(
androidContext(),
AccountsDatabase::class.java,
"database-social",
"database-accounts",
)
.fallbackToDestructiveMigration()
.fallbackToDestructiveMigrationOnDowngrade()
Expand Down

0 comments on commit 5f067e4

Please sign in to comment.