Skip to content

Commit b2efe0e

Browse files
authored
IBX-5314: Increased length for ibexa_token_type identifier field (#233)
1 parent 80d560a commit b2efe0e

File tree

1 file changed

+1
-1
lines changed
  • src/bundle/Core/Resources/config/storage/legacy

1 file changed

+1
-1
lines changed

src/bundle/Core/Resources/config/storage/legacy/schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ tables:
644644
id:
645645
id: { type: integer, nullable: false, options: { autoincrement: true } }
646646
fields:
647-
identifier: { type: string, nullable: false, length: 32 }
647+
identifier: { type: string, nullable: false, length: 64 }
648648
ibexa_token:
649649
uniqueConstraints:
650650
ibexa_token_unique: { fields: [token, identifier, type_id] }

0 commit comments

Comments
 (0)