summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-06-01 14:38:06 +0100
committerLester Caine <lester@lsces.co.uk>2026-06-01 14:38:06 +0100
commitf7b9724701dbed7197fd49b57c42f436062574de (patch)
tree9efd4f0f54fbcbf8d0a22f6d23bd3cf411c5ff79 /admin
parentdb935105f8dbc8582cbe4dbfb4961a836af0eb64 (diff)
downloadstock-f7b9724701dbed7197fd49b57c42f436062574de.tar.gz
stock-f7b9724701dbed7197fd49b57c42f436062574de.tar.bz2
stock-f7b9724701dbed7197fd49b57c42f436062574de.zip
Rename stock_assembly_component_map table to stock_assembly_map
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'admin')
-rwxr-xr-xadmin/schema_inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/schema_inc.php b/admin/schema_inc.php
index 56a984b..1ef4587 100755
--- a/admin/schema_inc.php
+++ b/admin/schema_inc.php
@@ -2,7 +2,7 @@
$tables = [
-'stock_assembly_component_map' => "
+'stock_assembly_map' => "
assembly_content_id I4 PRIMARY,
item_content_id I4 PRIMARY,
item_position N(10,3),