Too many name conflicts #54

Closed
opened 2026-02-27 14:37:28 +00:00 by charlie · 0 comments
Owner

The naming convention currently used cause too many errors when a table is changed. from now on file names will follow the following convention.

  • 00xx reference tables(ex status)
  • 01xx core tables (ex users)
  • 02xx Domain tables(ex competitions)
  • 03xx Join tables
  • 04xx Functions
  • 05xx Procedures
  • 06xx Triggers

Script names will also be normalized

xxxx-[SQL action]-[Affected entity]-[name_in_snake_case].sql

The naming convention currently used cause too many errors when a table is changed. from now on file names will follow the following convention. - 00xx reference tables(ex status) - 01xx core tables (ex users) - 02xx Domain tables(ex competitions) - 03xx Join tables - 04xx Functions - 05xx Procedures - 06xx Triggers Script names will also be normalized xxxx-[SQL action]-[Affected entity]-[name_in_snake_case].sql
charlie self-assigned this 2026-02-27 14:37:28 +00:00
charlie changed reference from master to refactor/names 2026-02-27 14:40:15 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
ULFSII/phoenix_db#54
No description provided.