Skip to content

Commit

Permalink
(sql/vroom) remove vrp_ prefix from file
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Aug 8, 2024
1 parent b98d788 commit a1b7e67
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions sql/vroom/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
SET(LOCAL_FILES
_vrp_vroom.sql
vrp_vroom.sql
vrp_vroomJobs.sql
vrp_vroomShipments.sql
vrp_vroomPlain.sql
vrp_vroomJobsPlain.sql
vrp_vroomShipmentsPlain.sql
_vroom.sql
vroom.sql
vroomJobs.sql
vroomShipments.sql
vroomPlain.sql
vroomJobsPlain.sql
vroomShipmentsPlain.sql
)

foreach (f ${LOCAL_FILES})
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a1b7e67

Please sign in to comment.