Fixed long_fk_constraints.t

This commit is contained in:
Carlos Salguero
2020-03-31 11:27:04 -03:00
parent 2f07f776b5
commit fc631efb32

View File

@@ -70,8 +70,8 @@ is_deeply(
[
[ 'Table1', '_fkey1a' ],
[ 'Table1', '_fkey_SALES_RECURRING_PROFILE_CUSTOMER_CUSTOMER_ENTITY_ENTITY_ID' ],
[ 'Table2', 'fkey2a' ],
[ 'Table2', '_fkey2b' ],
[ 'Table2', 'fkey2a' ],
],
"First run adds or removes underscore from constraint names, accordingly"
);