-
Marek Szymczak authored
Problem ======= firewall_whitelist table could not be replicated due to lack of the primary key in the table. Fix === Primary key cannot be created by using the existing columns in the table. New auto incrementing column has been introduced (ID). Reviewed-by =========== Georgi Kodinov <georgi.kodinov@oracle.com> Harin Vadodaria <harin.vadodaria@oracle.com>
Marek Szymczak authoredProblem ======= firewall_whitelist table could not be replicated due to lack of the primary key in the table. Fix === Primary key cannot be created by using the existing columns in the table. New auto incrementing column has been introduced (ID). Reviewed-by =========== Georgi Kodinov <georgi.kodinov@oracle.com> Harin Vadodaria <harin.vadodaria@oracle.com>
Loading