- Updated SQL queries in reporting controllers to join with the timezones table for accurate timezone retrieval. - Refactored ReportingMembersController to extend ReportingControllerBaseWithTimezone for centralized timezone logic. - Removed obsolete migration file that added a timezone column to the users table, as it is no longer needed.
13 lines
218 B
JSON
13 lines
218 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(find:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run type-check:*)",
|
|
"Bash(npm run:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(rm:*)"
|
|
],
|
|
"deny": []
|
|
}
|
|
} |