Fix enable_indexes_compare_saved_statement_test
- create table indexes_constraints2 using CREATE TABLE LIKE to include all columns - compare indexes_constraints2 with hafd.indexes_constraints on all columns except for id column, because they don't match. This is because we insert into hafd.indexes_constraints, delete rows and insert again, while we insert into indexes_constraints2 only once
Loading
Please sign in to comment