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