Merge pull request #14807 from Art4/fix-database-structure

Fix database doc
This commit is contained in:
Michael Vogel 2025-02-11 10:46:10 +01:00 committed by GitHub
commit 8174c36b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -174,6 +174,7 @@
"bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix" "bin/dev/php-cs-fixer/vendor/bin/php-cs-fixer fix"
], ],
"cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh", "cs:fix-develop": "TARGET_BRANCH=develop COMMAND=fix bin/dev/fix-codestyle.sh",
"db:update-structure": "bin/console.php dbstructure dumpsql > database.sql",
"install:prod": "@composer install -o --no-dev" "install:prod": "@composer install -o --no-dev"
} }
} }

View file

@ -45,7 +45,7 @@ Indexes
------------ ------------
| Name | Fields | | Name | Fields |
|-----------------------| ----------------------- | | --------------------- | ----------------------- |
| PRIMARY | id | | PRIMARY | id |
| uid_uri-id | UNIQUE, uid, uri-id | | uid_uri-id | UNIQUE, uid, uri-id |
| uri-id_origin_deleted | uri-id, origin, deleted | | uri-id_origin_deleted | uri-id, origin, deleted |