Skip to content

Commit 684b2ca

Browse files
committed
changing to users db
1 parent 77abcdb commit 684b2ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

desktop/src/main/kotlin/shared/persistence/DBStorage.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class DBStorage() :IPersistence {
3131

3232
private val connectionString = dotenv["CONNECTION_STRING"]
3333

34-
private val databaseName = "cs346-tags-db"
34+
private val databaseName = "cs346-users-db"
3535

3636
private val uri = connectionString
3737

0 commit comments

Comments
 (0)