Browse Source

update

master
CANCERYS\kw093 1 month ago
parent
commit
603362126f
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      src/main/resources/db/changelog/changes/20251104_01_KelvinY/02_add_deliveryNoteCode.sql

+ 5
- 0
src/main/resources/db/changelog/changes/20251104_01_KelvinY/02_add_deliveryNoteCode.sql View File

@@ -0,0 +1,5 @@
-- liquibase formatted sql
-- changeset KelvinY:add_delivery_note_code

ALTER TABLE `fpsmsdb`.`do_pick_order_record`
ADD COLUMN `deliveryNoteCode` VARCHAR(50) NULL AFTER `delivery_order_code`;

Loading…
Cancel
Save