mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Finalized frontend external barcode lookup implementation (references #158)
This commit is contained in:
10
migrations/0240.php
Normal file
10
migrations/0240.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
// This is executed inside DatabaseMigrationService class/context
|
||||
|
||||
// This is now a built-in plugin
|
||||
$filePath = GROCY_DATAPATH . '/plugins/DemoBarcodeLookupPlugin.php';
|
||||
if (file_exists($filePath))
|
||||
{
|
||||
unlink($filePath);
|
||||
}
|
Reference in New Issue
Block a user