- Issue created by @daniel korte
- ๐ฎ๐ณIndia harivenuv India
Thank you for reporting this @Daniel, this was i expected, it might be little hard to do this on udpate hook. Meanwhile i'm checking solution for this.
- ๐บ๐ธUnited States pbone3b New York, NY
This is my fault, sorry. I added a new field, and it needs to do a db update? @harivenuv if you figure this out, perhaps I can add it to my V2 patch as well?
- ๐บ๐ธUnited States daniel korte Brooklyn, NY
For anyone else needing help with this, Iโm using this drush command for now:
drush sqlq "ALTER TABLE media__field_media_lottiefile ADD COLUMN field_media_lottiefile_addclass VARCHAR(32) default ''; ALTER TABLE media_revision__field_media_lottiefile ADD COLUMN field_media_lottiefile_addclass VARCHAR(32) default '';"