Compare commits

..

No commits in common. "f9672cde5ba4aa239ef7ff68c1001259417dced2" and "98a70f9e65c29fc3e71382fd287483942f8f11a6" have entirely different histories.

3 changed files with 0 additions and 15 deletions

View File

@ -1,5 +0,0 @@
update purchase_check_info set purchaser = null where purchaser = 0;
update purchase_part_info set purchaser = null where purchaser = 0;
ALTER TABLE purchase_check_info MODIFY COLUMN purchaser int default null comment '采购员';
ALTER TABLE purchase_part_info MODIFY COLUMN purchaser int default null comment '采购员';

View File

@ -1,5 +0,0 @@
update purchase_check_info set purchaser = null where purchaser = 0;
update purchase_part_info set purchaser = null where purchaser = 0;
ALTER TABLE purchase_check_info MODIFY COLUMN purchaser int default null comment '采购员';
ALTER TABLE purchase_part_info MODIFY COLUMN purchaser int default null comment '采购员';

View File

@ -1,5 +0,0 @@
update purchase_check_info set purchaser = null where purchaser = 0;
update purchase_part_info set purchaser = null where purchaser = 0;
ALTER TABLE purchase_check_info MODIFY COLUMN purchaser int default null comment '采购员';
ALTER TABLE purchase_part_info MODIFY COLUMN purchaser int default null comment '采购员';