We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77abcdb commit 684b2caCopy full SHA for 684b2ca
1 file changed
desktop/src/main/kotlin/shared/persistence/DBStorage.kt
@@ -31,7 +31,7 @@ class DBStorage() :IPersistence {
31
32
private val connectionString = dotenv["CONNECTION_STRING"]
33
34
- private val databaseName = "cs346-tags-db"
+ private val databaseName = "cs346-users-db"
35
36
private val uri = connectionString
37
0 commit comments