X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Finstaller%2FMssqlUpdater.php;h=908dc940c242d1f0dc5e4f4d5e028ea0fdf92483;hp=1d9991f2549bb6c0f474ea358beda0e399c27e60;hb=9ced9ebca28e1ce2bed455da5ad9da208013ef18;hpb=3af04875626877013fe6181f727902088df85618 diff --git a/includes/installer/MssqlUpdater.php b/includes/installer/MssqlUpdater.php index 1d9991f254..908dc940c2 100644 --- a/includes/installer/MssqlUpdater.php +++ b/includes/installer/MssqlUpdater.php @@ -112,6 +112,7 @@ class MssqlUpdater extends DatabaseUpdater { // 1.31 [ 'addTable', 'slots', 'patch-slots.sql' ], + [ 'addField', 'slots', 'slot_origin', 'patch-slot-origin.sql' ], [ 'addTable', 'content', 'patch-content.sql' ], [ 'addTable', 'slot_roles', 'patch-slot_roles.sql' ], [ 'addTable', 'content_models', 'patch-content_models.sql' ],