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
added index for delivery_order_pick_order
production
CANCERYS\kw093
3 days ago
parent
24ee1d8f11
commit
2d738e9714
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
src/main/resources/db/changelog/changes/20260504_01_Enson/01_alter_stock_take.sql
+ 5
- 0
src/main/resources/db/changelog/changes/20260504_01_Enson/01_alter_stock_take.sql
View File
@@ -0,0 +1,5 @@
--liquibase formatted sql
--changeset Enson:20260504-01
CREATE INDEX idx_dopo_handled_deleted_status
ON fpsmsdb.delivery_order_pick_order (handledBy, deleted, ticketStatus);
Write
Preview
Loading…
Cancel
Save