Skip to content

Commit

Permalink
change formatting - testing
Browse files Browse the repository at this point in the history
  • Loading branch information
khelmrich committed May 14, 2024
1 parent 6ef9ff9 commit 7601bc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Script/getProducts.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
$arrayWithCombinedFields = array_unique($arrayWithCombinedFields);
echo 'Found '.count($arrayWithCombinedFields).' unique metafields'.PHP_EOL;
$i = 0;

foreach ($arrayWithCombinedFields as $metaField) {
$db = new SQLite3('metafields.db');
$db->exec('CREATE TABLE IF NOT EXISTS metafields (namespace TEXT)');
Expand Down

0 comments on commit 7601bc5

Please sign in to comment.