Skip to content

Commit

Permalink
main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JibrilExe committed Feb 20, 2024
1 parent e7778ed commit 12c3641
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions backend/project/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,3 @@ class Project_Submissions(db.Model):
student = db.Column(db.Integer,ForeignKey('Students.id'))
project_task = db.Column(db.Integer,ForeignKey('Project_Tasks.id'))
path_to_files = db.Column(db.String(100), nullable=False,unique=False)




# Create the database tables
with app.app_context():
db.create_all()

0 comments on commit 12c3641

Please sign in to comment.