diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-06-01 14:38:06 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-06-01 14:38:06 +0100 |
| commit | f7b9724701dbed7197fd49b57c42f436062574de (patch) | |
| tree | 9efd4f0f54fbcbf8d0a22f6d23bd3cf411c5ff79 /admin | |
| parent | db935105f8dbc8582cbe4dbfb4961a836af0eb64 (diff) | |
| download | stock-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-x | admin/schema_inc.php | 2 |
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), |
