squalou commented on issue #36212:
URL: https://github.com/apache/superset/issues/36212#issuecomment-3690086646

   I did not edit a file, but rather, aftert superset migrated its tables, I 
ran a query on the DB
   
   ```sql
   ALTER TABLE superset.tagged_object MODIFY COLUMN object_type 
enum('query','chart','dashboard','dataset') CHARACTER SET utf8mb3 COLLATE 
utf8mb3_unicode_ci NULL;
   ```
   
   it's... probably a rather ugly workaround, let's hope it wont break future 
updates on data structure (should not considering the change made)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to