diff options
Diffstat (limited to 'db/migrations/0383_breezy_doctor_faustus.sql')
| -rw-r--r-- | db/migrations/0383_breezy_doctor_faustus.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/db/migrations/0383_breezy_doctor_faustus.sql b/db/migrations/0383_breezy_doctor_faustus.sql new file mode 100644 index 00000000..75aace94 --- /dev/null +++ b/db/migrations/0383_breezy_doctor_faustus.sql @@ -0,0 +1,2 @@ +ALTER TABLE "general_contract_items" ADD COLUMN "total_weight" numeric(15, 3);--> statement-breakpoint +ALTER TABLE "general_contract_items" ADD COLUMN "weight_unit" varchar(50);
\ No newline at end of file |
