Skip to content

Commit

Permalink
merge with master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
zubairraeen committed Oct 31, 2023
1 parent e18f77d commit 63e7d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/classes/class-qsm-install.php
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ public static function install() {
form_type INT NOT NULL,
page_name varchar(255) NOT NULL,
page_url varchar(255) NOT NULL,
UNIQUE (unique_id),
UNIQUE KEY (unique_id),
PRIMARY KEY (result_id)
) $charset_collate;";

Expand Down

0 comments on commit 63e7d1a

Please sign in to comment.