Se ajusto la tabla de quantity y de packeges, y se creo la relacion

This commit is contained in:
2026-01-27 11:34:10 -06:00
parent 50504be30b
commit c97b9e3daf
8 changed files with 42 additions and 5 deletions

2
fix_schema.sql Normal file
View File

@@ -0,0 +1,2 @@
ALTER TABLE a76.item_line_quantities
ADD COLUMN IF NOT EXISTS package_id INTEGER REFERENCES a76.packages (id);