Customer had some space issues on your REGISTRY_DB, so your DBA changed the recovery model from Full to Simple, this will mean that there won't be log backups at all so it will stop that logfile from filling up again. However, if they want log files then they can change it back to the Full recovery model and they will need to set up regular log backups.
And Devtest user did not have permissions to create tables.