Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jason
/
FPSMS-backend
Seguir
2
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
update index again
production
CANCERYS\kw093
hace 3 días
padre
2d738e9714
commit
a10f069a4f
Se han
modificado 2 ficheros
con
15 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Ver fichero
@@ -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
Ver fichero
@@ -0,0 +1,7 @@
--liquibase formatted sql
--changeset Enson:20260504-03
DROP INDEX idx_dopo_handled_deleted_status
ON fpsmsdb.delivery_order_pick_order;
Escribir
Vista previa
Cargando…
Cancelar
Guardar