|
@@ -15,10 +15,10 @@ |
|
|
block discarded – undo |
|
15
|
15
|
* |
|
16
|
16
|
* @return bool |
|
17
|
17
|
*/ |
|
18
|
|
- public static function onCreateSchema( DatabaseUpdater $updater ) { |
|
19
|
|
- $updater->addExtensionTable( 'wbqev_dump_information', __DIR__ . '/sql/create_wbqev_dump_information.sql' ); |
|
20
|
|
- $updater->addExtensionTable( 'wbqev_external_data', __DIR__ . '/sql/create_wbqev_external_data.sql' ); |
|
21
|
|
- $updater->addExtensionTable( 'wbqev_identifier_properties', __DIR__ . '/sql/create_wbqev_identifier_properties.sql' ); |
|
|
18
|
+ public static function onCreateSchema(DatabaseUpdater $updater) { |
|
|
19
|
+ $updater->addExtensionTable('wbqev_dump_information', __DIR__.'/sql/create_wbqev_dump_information.sql'); |
|
|
20
|
+ $updater->addExtensionTable('wbqev_external_data', __DIR__.'/sql/create_wbqev_external_data.sql'); |
|
|
21
|
+ $updater->addExtensionTable('wbqev_identifier_properties', __DIR__.'/sql/create_wbqev_identifier_properties.sql'); |
|
22
|
22
|
|
|
23
|
23
|
return true; |
|
24
|
24
|
} |
Please login to merge, or discard this patch.