File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -690,19 +690,19 @@ private function version20250917163000(): void
690690
691691 private function version20251021000001 (): void
692692 {
693- $ clientTableName = $ this ->database ->applyPrefix (AuthCodeRepository::TABLE_NAME );
693+ $ authCodeTableName = $ this ->database ->applyPrefix (AuthCodeRepository::TABLE_NAME );
694694 $ this ->database ->write (<<< EOT
695- ALTER TABLE {$ clientTableName }
695+ ALTER TABLE {$ authCodeTableName }
696696 ADD issuer_state TEXT NULL
697697EOT
698698 ,);
699699 }
700700
701701 private function version20251021000002 (): void
702702 {
703- $ clientTableName = $ this ->database ->applyPrefix (AccessTokenRepository::TABLE_NAME );
703+ $ accessTokenTableName = $ this ->database ->applyPrefix (AccessTokenRepository::TABLE_NAME );
704704 $ this ->database ->write (<<< EOT
705- ALTER TABLE {$ clientTableName }
705+ ALTER TABLE {$ accessTokenTableName }
706706 ADD issuer_state TEXT NULL
707707EOT
708708 ,);
You can’t perform that action at this time.
0 commit comments