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