db upgrade
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -14,3 +14,15 @@ project.db
|
|||||||
c*.txt
|
c*.txt
|
||||||
__pycache__/app.cpython-312.pyc
|
__pycache__/app.cpython-312.pyc
|
||||||
__pycache__/models.cpython-312.pyc
|
__pycache__/models.cpython-312.pyc
|
||||||
|
migrations/__pycache__/
|
||||||
|
migrations/versions/__pycache__/ec6bbcd361bd_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/ec6bbcd361bd_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/ec6bbcd361bd_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/be7c94c549e5_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/b2a61aef79e9_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/873defe09f22_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/256c3a3e91a2_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/50f85881169e_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/8e838956713f_.cpython-312.pyc
|
||||||
|
migrations/versions/__pycache__/4f95d12a8352_.cpython-312.pyc
|
||||||
|
migrations/__pycache__/env.cpython-312.pyc
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -19,7 +19,9 @@ class Oboruds(db.Model):
|
|||||||
balancenumber = db.Column(db.String(30))
|
balancenumber = db.Column(db.String(30))
|
||||||
raspologenie = db.Column(db.String(200))
|
raspologenie = db.Column(db.String(200))
|
||||||
numberved = db.Column(db.String(100))
|
numberved = db.Column(db.String(100))
|
||||||
|
numberppasu = db.Column(db.String(100))
|
||||||
kolichestvo = db.Column(db.Integer)
|
kolichestvo = db.Column(db.Integer)
|
||||||
|
|
||||||
aud_id = db.Column(db.Integer, db.ForeignKey(Auditory.id))
|
aud_id = db.Column(db.Integer, db.ForeignKey(Auditory.id))
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user