-
Notifications
You must be signed in to change notification settings - Fork 56
fix PrimaryKey on circles_event #954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| /** | ||
| * Class Version0023Date20211216113101 | ||
| * Class Version0024Date20220203123901 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep an empty version of Version0023Date20211216113101
| ] | ||
| ); | ||
|
|
||
| $table->addUniqueIndex(['token', 'instance']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
primaryKey !?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would make sense ihmo
00bf5d2 to
1d33c58
Compare
|
|
||
| /** | ||
| * @param IDBConnection $connection | ||
| */ | ||
| public function __construct(IDBConnection $connection) { | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /** | |
| * @param IDBConnection $connection | |
| */ | |
| public function __construct(IDBConnection $connection) { | |
| } |
|
|
||
| /** | ||
| * @param IDBConnection $connection | ||
| */ | ||
| public function __construct(IDBConnection $connection) { | ||
| } | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| /** | |
| * @param IDBConnection $connection | |
| */ | |
| public function __construct(IDBConnection $connection) { | |
| } |
not used
Signed-off-by: Maxence Lange <[email protected]>
1d33c58 to
beb0c8d
Compare
| 'length' => 127 | ||
| ] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'length' => 127 | |
| ] | |
| 'length' => 127 | |
| ] |
|
/backport to stable22 |
|
/backport to stable23 |
No description provided.