-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: master
Are you sure you want to change the base?
Db snake case #89
Commits on May 29, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for e0bebee - Browse repository at this point
Copy the full SHA e0bebeeView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b3a4cf2 - Browse repository at this point
Copy the full SHA b3a4cf2View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for a42618b - Browse repository at this point
Copy the full SHA a42618bView commit details -
refactor(users-oauths.js): change column names to snake_case for cons…
…istency and readability
Configuration menu - View commit details
-
Copy full SHA for ae2ec94 - Browse repository at this point
Copy the full SHA ae2ec94View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for f5cfe44 - Browse repository at this point
Copy the full SHA f5cfe44View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 4e536a1 - Browse repository at this point
Copy the full SHA 4e536a1View commit details -
refactor(user-collections.js): change column names to snake_case for …
…consistency and readability
Configuration menu - View commit details
-
Copy full SHA for ea84783 - Browse repository at this point
Copy the full SHA ea84783View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 95a40a9 - Browse repository at this point
Copy the full SHA 95a40a9View commit details -
refactor(migrations): change column names in user_collections_datasou…
…rces table to snake_case for consistency and readability
Configuration menu - View commit details
-
Copy full SHA for 878c819 - Browse repository at this point
Copy the full SHA 878c819View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for c46327a - Browse repository at this point
Copy the full SHA c46327aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c17c84e - Browse repository at this point
Copy the full SHA c17c84eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7998e6e - Browse repository at this point
Copy the full SHA 7998e6eView commit details -
refactor(users.js): change camelCase to snake_case for column names i…
…n users and users_emails tables to match database naming convention
Configuration menu - View commit details
-
Copy full SHA for b1a6fa5 - Browse repository at this point
Copy the full SHA b1a6fa5View commit details -
refactor(seeds): change user_id property name to snake_case to match …
…database column naming convention
Configuration menu - View commit details
-
Copy full SHA for 7d2e933 - Browse repository at this point
Copy the full SHA 7d2e933View commit details