Skip to content

Commit

Permalink
Merge pull request #15 from DogukanUrker/dev
Browse files Browse the repository at this point in the history
unnecessary whitespaces removed
  • Loading branch information
DogukanUrker authored Jul 29, 2023
2 parents 4fb0f92 + 1505a03 commit 7729de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbChecker.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def usersTable():
"userName" TEXT UNIQUE,
"email" TEXT UNIQUE,
"password" TEXT,
"profilePicture" TEXT,
"profilePicture" TEXT,
"role" TEXT,
"points" INTEGER,
"creationDate" TEXT,
Expand Down

0 comments on commit 7729de9

Please sign in to comment.