X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Finstaller%2FPostgresUpdater.php;h=d0b16cb7fd7c615afe4225ce152ffd8a0ef28450;hb=e900893531e76fb8f80c1c9b5be459fd02862c3c;hp=d7b14573c4821b39862c9653a22f7f964e8bcc79;hpb=3caa34017f2dafa15b605502d3be74851ae8e8d4;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/installer/PostgresUpdater.php b/includes/installer/PostgresUpdater.php index d7b14573c4..d0b16cb7fd 100644 --- a/includes/installer/PostgresUpdater.php +++ b/includes/installer/PostgresUpdater.php @@ -512,6 +512,7 @@ class PostgresUpdater extends DatabaseUpdater { [ 'addTable', 'slot_roles', 'patch-slot_roles-table.sql' ], [ 'migrateArchiveText' ], [ 'addTable', 'actor', 'patch-actor-table.sql' ], + [ 'addTable', 'revision_actor_temp', 'patch-revision_actor_temp-table.sql' ], [ 'setDefault', 'revision', 'rev_user', 0 ], [ 'setDefault', 'revision', 'rev_user_text', '' ], [ 'setDefault', 'archive', 'ar_user', 0 ],