Actions
Architecture #2960
closedRename reportsSchema.sql to a more meaningful name
Status:
Rejected
Priority:
4
Assignee:
-
Category:
Architecture - Code maintenance
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
reportsSchema.sql utility is not obvious we should rename it as rudderSchema.sql
Does it have an impact on packaging ?
Updated by Nicolas PERRON over 12 years ago
As you guessed, renaming reportsSchema.sql will have an impact on packaging, but this is only on rudder-reports package.
On your rudder-packages repository this command should suffice to adapt the renaming:
find rudder-packages/rudder-reports/ -type f -exec sed -i 's/reportsSchema.sql/rudderSchema.sql/g' {} \;
Updated by Nicolas PERRON over 12 years ago
- Assignee changed from Nicolas PERRON to Vincent MEMBRÉ
What should I do with this ticket ? I can't change anything in the packaging if there is no change in upstream
Updated by François ARMAND about 12 years ago
- Tracker changed from Bug to Architecture
- Status changed from Discussion to 8
- Target version changed from 2.5.0~rc1 to 2.6.0~beta1
That's not really a bug, more an architecture cleaning.
So I reschedule it with that label, for next version.
Updated by Nicolas PERRON over 11 years ago
Vincent, what are the news about this issue ?
Updated by François ARMAND about 10 years ago
- Target version changed from 2.6.20 to 3.1.0~beta1
- Parent task set to #5515
This is part of the normalisation of Rudder schema.
Actions