keystone/keystone/common/sql/migrations/versions
Stephen Finucane 535bc8e22e sql: Remove duplicate constraints
A primary key is automatically unique, therefore if one or columns is
included in a primary key constraint there is no need to add a separate
unique constraint for these columns. Remove it.

Note that this only affects MySQL. Both SQLite and PostgreSQL appear to
ignore the duplicate unique constraint. As a result, it was necessary to
run auto-generation against MySQL instead of the default SQLite. The
actual command used was similar to what we normally do, however.

  $ python keystone/common/sql/migrations/manage.py revision \
      --autogenerate --message 'Remove duplicate constraints'

As always, the resulting schema migrations then needed some manual
tweaks to remove "please adjust!" comments and unnecessary imports but
they are correct.

Change-Id: I64252086f994901a5ebe05afec37a6afd3a192ee
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2023-04-06 11:23:03 +01:00
..
bobcat sql: Remove duplicate constraints 2023-04-06 11:23:03 +01:00
yoga sql: Add support for auto-generation 2023-02-28 17:47:57 +00:00
27e647c0fad4_initial_version.py requirements: Bump linter requirements 2022-10-26 15:14:21 +03:00
CONTRACT_HEAD sql: Remove duplicate constraints 2023-04-06 11:23:03 +01:00
EXPAND_HEAD sql: Fix incorrect constraints 2023-03-15 12:56:32 +00:00