Skip to content
Snippets Groups Projects
Commit ea238251 authored by thomaswoehlke's avatar thomaswoehlke
Browse files

update data

parent 65036e3e
Branches
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ from database import db, ITEMS_PER_PAGE
class WhoImport(db.Model):
__tablename__ = 'who_import'
__tablename__ = 'import_who'
id = db.Column(db.Integer, primary_key=True)
date_reported = db.Column(db.String(255), nullable=False)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment