visualbuilder / email-templates

Email Template Editor for Filament
GNU General Public License v3.0
62 stars 18 forks source link

Column missing from migrations #12

Closed emjay64 closed 1 month ago

emjay64 commented 1 month ago

Column not found: 1054 Unknown column 'logo_type' in 'field list'

cannycookie commented 1 month ago

Where does this happen? logo_type is just a radio to define whether the user is uploading an image or pasting a url. When i create or edit a template i don't get any errors.

emjay64 commented 1 month ago

on edit template save changes, its attempting to save to 'logo_type' field image

cannycookie commented 1 month ago

It's odd because the tests also run on Laravel 11 and it doesn't throw an error. I've unset the field before save so you should be OK now. Just run composer update to get current version.

Best of luck

emjay64 commented 1 month ago

Thank you! This is a very neat package, very well done and professional looking templates, greatly appreciated!

cannycookie commented 1 month ago

Great!! So glad someone else is able to get some use from it. Happy coding.