Skip to content
Snippets Groups Projects
Commit c6a96acf authored by ale's avatar ale
Browse files

Try once again to make dbDelta() happy

parent 8c3fd880
No related branches found
No related tags found
No related merge requests found
Pipeline #21969 passed
......@@ -24,8 +24,8 @@ function ai_activity_install() {
$charset_collate = $wpdb->get_charset_collate();
$sql = "CREATE TABLE $table_name (
blog_id integer(11) NOT NULL,
post_id integer(11) NOT NULL,
blog_id int(11) NOT NULL,
post_id int(11) NOT NULL,
title text,
author text,
content text,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment