1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-13 12:14:06 +02:00

[ticket/17507] Fix 'add_primary_keys' db tools option for schema generator

PHPBB-17507
This commit is contained in:
rxu
2025-07-05 23:20:22 +07:00
parent 38ee655b2a
commit 1d34b4f06a
2 changed files with 2 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ class schema_generator
'drop_columns' => 'COLUMNS',
'change_columns' => 'COLUMNS',
'add_index' => 'KEYS',
'add_primary_keys' => 'PRIMARY_KEY',
'add_unique_index' => 'KEYS',
'drop_keys' => 'KEYS',
'rename_index' => 'KEYS',