1 | <?php |
||
7 | class TermStoreSchemaUpdater { |
||
8 | |||
9 | private $updater; |
||
10 | |||
11 | private function __construct( DatabaseUpdater $updater ) { |
||
14 | |||
15 | public static function onSchemaUpdate( DatabaseUpdater $updater ) { |
||
18 | |||
19 | public static function getDdlSqlFilePath() { |
||
20 | return __DIR__ . '/PackagePrivate/AddNormalizedTermsTablesDDL.sql'; |
||
21 | } |
||
22 | |||
23 | private function updateSchema() { |
||
29 | |||
30 | } |
||
31 |