udx / wp-stateless

WP-Stateless is a WordPress plugin that uploads and serves your WordPress media from Google Cloud Storage.
https://stateless.udx.io
MIT License
260 stars 64 forks source link

table indexes wptd_stateless_file_meta #757

Open deysonthome opened 4 weeks ago

deysonthome commented 4 weeks ago

Hello. How can I solve this problem? Whats happen with wp-stateless?

alter table wptd_stateless_file_meta add primary key (id), add unique key post_id_key (post_id,meta_key) using hash, add key post_id (post_id); mensage do mysql:

1071 - specified key too long. the maximum allowed key length is 1000

balexey88 commented 2 weeks ago

Hello @deysonthome ,

Please see our reply at https://wordpress.org/support/topic/1071-specified-key-too-long-the-maximum-allowed-key-length-is-1000/

Thanks!