-
Notifications
You must be signed in to change notification settings - Fork 150
PLM Features Rename manufacturers table
Dale Scott edited this page Feb 24, 2026
·
9 revisions
A "manufacturers" table already exists for storing "brands" (used for sales reporting IIUC) and must be renamed in order to create a true manufacturers table.
Also see:
- (issue) Use "brand" in place of "manufacturer" https://github.com/timschofield/webERP/issues/678
- (discussion) What is purpose of Manufacturers and Brand Management? https://github.com/timschofield/webERP/discussions/668
% git mv Manufacturers.php Brands.php
To update code references
- search for each of the old column names
- replace the old column name with with the new name
- find and replace the old table name for the commit with the new table name
Also no foreign key constraints or internal relationships exist.