Update:
This commit is contained in:
parent
77c2eb972d
commit
2512f8e312
5 changed files with 23 additions and 11 deletions
|
|
@ -2,7 +2,7 @@ from . import db
|
|||
|
||||
|
||||
class Logs(db.Model):
|
||||
__bind_key__ = 'flaskaled-srv2'
|
||||
__bind_key__ = 'db-logs'
|
||||
|
||||
id = db.Column(db.Integer, primary_key=True)
|
||||
date = db.Column(db.TIMESTAMP(), nullable=False)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue