Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Change db field names from camelCase to under_score #257

@gaitonde

Description

@gaitonde

Postgres requires double quotes around camel case tables/fields. Let's simplify by using the traditional underscore pattern for DB column names.

eg. use challenge_id instead of challengeId

Note: Current table names follow the underscore pattern - we should just continue to do so.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions