keystone/keystone/resource
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
..
backends sql: Remove duplicate constraints 2023-04-06 11:23:03 +01:00
config_backends db: Replace use of Query.get() 2023-02-28 17:26:39 +00:00
__init__.py Convert projects API to Flask 2018-10-11 15:27:46 -07:00
core.py Remove six usage 2020-01-30 06:06:51 +00:00
schema.py Update hacking for Python3 2020-04-15 07:17:58 +02:00