Skip to content
Snippets Groups Projects
Commit 2c1ca17e authored by Hendrik Osterholz's avatar Hendrik Osterholz Committed by Stephen Mustgrave
Browse files

Issue #3499640 by hosterholz: Key column 'path' doesn't exist in table: ALTER...

parent 7c630b06
No related branches found
No related tags found
1 merge request!31Issue #3499640 by hosterholz: Key column 'path' doesn't exist in table: ALTER...
Pipeline #395915 passed with warnings
......@@ -132,7 +132,7 @@ function restrict_ip_update_500001(): void {
if (!$schema->indexExists('restrict_ip_whitelisted_ip_addresses', 'PRIMARY')) {
// Add primary key to "restrict_ip_whitelisted_ip_addresses" table.
$schema->addPrimaryKey('restrict_ip_whitelisted_ip_addresses', ['path']);
$schema->addPrimaryKey('restrict_ip_whitelisted_ip_addresses', ['ip_address']);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment