keystone/keystone/resource/backends
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
..
__init__.py Move projects and domains to their own backend 2015-01-29 16:40:24 +00:00
base.py Remove six usage 2020-01-30 06:06:51 +00:00
resource_options.py Add immutable option for roles and projects 2019-09-10 00:03:16 -07:00
sql.py db: Replace use of Query.get() 2023-02-28 17:26:39 +00:00
sql_model.py sql: Remove duplicate constraints 2023-04-06 11:23:03 +01:00