This website works better with JavaScript.
Home
Explore
Help
Sign In
jason
/
FPSMS-backend
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
quick fix
master
cyril.tsui
2 months ago
parent
b8bbc669c3
commit
8c2656cd76
1 changed files
with
8 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
src/main/resources/db/changelog/changes/202510927_01_enson/03_fix_bug.sql
+ 8
- 0
src/main/resources/db/changelog/changes/202510927_01_enson/03_fix_bug.sql
View File
@@ -0,0 +1,8 @@
-- liquibase formatted sql
-- changeset cyril:fix_bug
ALTER TABLE `jo_pick_order`
ADD COLUMN `hide` TINYINT(1) NULL AFTER `deleted`;
ALTER TABLE `jo_pick_order_record`
ADD COLUMN `hide` TINYINT(1) NULL AFTER `deleted`;
Write
Preview
Loading…
Cancel
Save