We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 112b736 commit 2b6f97fCopy full SHA for 2b6f97f
1 file changed
src/SimpleSAML/Store/SQLStore.php
@@ -159,7 +159,7 @@ private function initTableVersionTable(): void
159
*/
160
$update = [
161
'CREATE TABLE ' . $this->prefix .
162
- '_tableVersion (_name VARCHAR(30) PRIMARY KEY NOT NULL, _version INTEGER NOT NULL)',
+ '_tableVersion_new (_name VARCHAR(30) PRIMARY KEY NOT NULL, _version INTEGER NOT NULL)',
163
'INSERT INTO ' . $this->prefix . '_tableVersion_new SELECT * FROM ' .
164
$this->prefix . '_tableVersion',
165
'DROP TABLE ' . $this->prefix . '_tableVersion',
0 commit comments