Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Db snake case #89

Draft
wants to merge 14 commits into
base: master
Choose a base branch
from
Draft

Db snake case #89

wants to merge 14 commits into from

Commits on May 29, 2023

  1. refactor(users.js): change camelCase column names to snake_case for c…

    …onsistency and readability
    
    update(users.js): change foreign key constraint name from 'fk_roleId' to 'fk_role_id' to follow naming convention
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    e0bebee View commit details
    Browse the repository at this point in the history
  2. refactor(user-api-tokens.js): change userId column name to user_id to…

    … follow snake_case naming convention
    
    refactor(user-api-tokens.js): change foreign key constraint name from fk_userId to fk_user_id to follow snake_case naming convention
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b3a4cf2 View commit details
    Browse the repository at this point in the history
  3. refactor(users-emails.js): change userId column name to user_id to fo…

    …llow snake_case naming convention
    
    refactor(users-emails.js): change primary key constraint name to follow snake_case naming convention
    refactor(users-emails.js): change foreign key constraint name to follow snake_case naming convention
    feat(users-emails.js): add verified column to track if email is verified or not
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    a42618b View commit details
    Browse the repository at this point in the history
  4. refactor(users-oauths.js): change column names to snake_case for cons…

    …istency and readability
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ae2ec94 View commit details
    Browse the repository at this point in the history
  5. refactor(user-calculations.js): change userId column name to user_id …

    …to follow snake_case naming convention and improve readability
    
    refactor(user-calculations.js): change foreign key constraint name from fk_userId to fk_user_id to follow snake_case naming convention and improve readability
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    f5cfe44 View commit details
    Browse the repository at this point in the history
  6. refactor(user-datasources.js): change userId column name to user_id t…

    …o follow snake_case naming convention and improve readability
    
    refactor(user-datasources.js): change foreign key name from fk_userId to fk_user_id to follow snake_case naming convention and improve readability
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    4e536a1 View commit details
    Browse the repository at this point in the history
  7. refactor(user-collections.js): change column names to snake_case for …

    …consistency and readability
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    ea84783 View commit details
    Browse the repository at this point in the history
  8. refactor(user-shared-collections.js): change column names to snake_ca…

    …se for consistency and readability
    
    feat(user-shared-collections.js): add foreign key constraint names for clarity and easier debugging
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    95a40a9 View commit details
    Browse the repository at this point in the history
  9. refactor(migrations): change column names in user_collections_datasou…

    …rces table to snake_case for consistency and readability
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    878c819 View commit details
    Browse the repository at this point in the history
  10. refactor(logs.js): change column names to snake_case for consistency …

    …and readability
    
    feat(logs.js): change trigger function to use new column name 'user_id' instead of 'userId' to match schema
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    c46327a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c17c84e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7998e6e View commit details
    Browse the repository at this point in the history
  13. refactor(users.js): change camelCase to snake_case for column names i…

    …n users and users_emails tables to match database naming convention
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    b1a6fa5 View commit details
    Browse the repository at this point in the history
  14. refactor(seeds): change user_id property name to snake_case to match …

    …database column naming convention
    pyoner committed May 29, 2023
    Configuration menu
    Copy the full SHA
    7d2e933 View commit details
    Browse the repository at this point in the history