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

Database 1.4 Upgrades #38

Closed
DarthTigerson opened this issue Nov 11, 2023 · 1 comment · Fixed by #42
Closed

Database 1.4 Upgrades #38

DarthTigerson opened this issue Nov 11, 2023 · 1 comment · Fixed by #42
Assignees
Labels
enhancement New feature or request

Comments

@DarthTigerson
Copy link
Owner

DarthTigerson commented Nov 11, 2023

Prepare an Alembic upgrade script.

@DarthTigerson DarthTigerson added the enhancement New feature or request label Nov 11, 2023
@DarthTigerson DarthTigerson self-assigned this Nov 11, 2023
@DarthTigerson
Copy link
Owner Author

DarthTigerson commented Nov 11, 2023

The following columns will be added to their respective DB table.

Users

  • users_profile : string
  • dark_mode : int

Employees

  • employee_profile : string

Preferences

  • company_logo : string
  • navigation_bar_color : string
  • primary_color : string
  • secondary_color : string
  • critical_color : string
  • table_color_id : integer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant