funkcje rezerw i przesuniec
This commit is contained in:
1
app.py
1
app.py
@@ -95,7 +95,6 @@ class Zbiorka(db.Model):
|
||||
uzyj_konta = db.Column(db.Boolean, default=True, nullable=False)
|
||||
uzyj_blik = db.Column(db.Boolean, default=True, nullable=False)
|
||||
typ_zbiorki = db.Column(db.String(20), default="standardowa", nullable=False)
|
||||
nazwa_typu_rezerwy = db.Column(db.String(100), nullable=True)
|
||||
|
||||
wplaty = db.relationship(
|
||||
"Wplata",
|
||||
|
||||
Reference in New Issue
Block a user