Skip to content
Snippets Groups Projects
Commit f7d1705e authored by aebopp's avatar aebopp
Browse files

merge resolved

parent 9100b262
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
......@@ -156,7 +156,6 @@ def createOrg():
@servicePoints.app.route('/', methods=['GET', 'POST'])
def index():
"""Render index page."""
if 'username' in flask.session:
username = flask.session["username"]
cursor = servicePoints.model.get_db()
......
......@@ -16,14 +16,12 @@ CREATE TABLE orgs(
PRIMARY KEY(orgName)
);
<<<<<<< HEAD
CREATE TABLE tutors(
username VARCHAR(20) NOT NULL,
subject VARCHAR(40) NOT NULL,
time VARCHAR(80) NOT NULL,
PRIMARY KEY(username)
=======
);
CREATE TABLE requests(
postid INTEGER NOT NULL,
member VARCHAR(20) NOT NULL,
......@@ -31,5 +29,4 @@ CREATE TABLE requests(
service VARCHAR(40) NOT NULL,
filename VARCHAR(64) NOT NULL,
PRIMARY KEY(postid)
>>>>>>> a13a88a5b357d5ce4091c99247484845da5be53e
);
\ No newline at end of file
var/images/c0cf17efda2368530bb66b4e2fb68456865edbbdaa67c99783de324711384437.jpg

7.63 KiB

No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment