@@ -2,5 +2,6 @@ from application import db, app
from application.models import AllowedPlate
with app.app_context():
AllowedPlate.query.delete()
db.session.add(AllowedPlate("MUN389"))
db.session.commit()
The note is not visible to the blocked user.