Skip to content

Commit c90da6f

Browse files
committed
added github link
1 parent 6c5deb0 commit c90da6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/setup.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ DROP TABLE IF EXISTS Users;
22
CREATE TABLE Users (
33
uid SERIAL PRIMARY KEY,
44
email TEXT UNIQUE NOT NULL,
5+
github TEXT,
56
username TEXT UNIQUE NOT NULL,
67
password TEXT NOT NULL
78
);

0 commit comments

Comments
 (0)