Se ajusto la tabla de quantity y de packeges, y se creo la relacion
This commit is contained in:
2
fix_schema.sql
Normal file
2
fix_schema.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE a76.item_line_quantities
|
||||
ADD COLUMN IF NOT EXISTS package_id INTEGER REFERENCES a76.packages (id);
|
||||
Reference in New Issue
Block a user