mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-19 14:08:47 -04:00
Create a new table to warehouse the monthly billing numbers
This commit is contained in:
6
app/dao/monthly_billing_dao.py
Normal file
6
app/dao/monthly_billing_dao.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from app import db
|
||||
|
||||
|
||||
def update_monthly_billing(monthly_billing):
|
||||
db.session.add(monthly_billing)
|
||||
db.session.commit()
|
||||
Reference in New Issue
Block a user