We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d560a commit b2efe0eCopy full SHA for b2efe0e
src/bundle/Core/Resources/config/storage/legacy/schema.yaml
@@ -644,7 +644,7 @@ tables:
644
id:
645
id: { type: integer, nullable: false, options: { autoincrement: true } }
646
fields:
647
- identifier: { type: string, nullable: false, length: 32 }
+ identifier: { type: string, nullable: false, length: 64 }
648
ibexa_token:
649
uniqueConstraints:
650
ibexa_token_unique: { fields: [token, identifier, type_id] }
0 commit comments