Skip to content

Commit

Permalink
Add index
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Boynes <[email protected]>
  • Loading branch information
dlh01 and mboynes authored Oct 18, 2024
1 parent 1ffe8d1 commit 9b4715a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/class-big-pit.php
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,8 @@ private function upsert(): void {
item_id bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY,
item_group varchar(255) NOT NULL,
item_key varchar(255) NOT NULL,
item_value longtext NOT NULL
item_value longtext NOT NULL,
KEY group_key (item_group(191),item_key(191))
) {$wpdb->get_charset_collate()};
SQL
);
Expand Down

0 comments on commit 9b4715a

Please sign in to comment.