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

Simplify database content table #675

Merged
merged 3 commits into from
Aug 15, 2024
Merged

Simplify database content table #675

merged 3 commits into from
Aug 15, 2024

Conversation

MatMoore
Copy link
Contributor

  • make the table name in column 1 link to the table
  • delete the schema details column

resolves #625

This is the case during local development.

Simply splitting on spaces doesn't work, because the `split` function
returns `[""]` rather than `[]` if you call it on an empty string and
pass a seperator. Django then doesn't know what to do with the empty
string value.
- make the table name in column 1 link to the table
- delete the schema details column

resolves #625
@MatMoore MatMoore requested a review from a team as a code owner August 15, 2024 09:42
Copy link
Contributor

@hjribeiro-moj hjribeiro-moj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@MatMoore MatMoore merged commit f996eeb into main Aug 15, 2024
5 of 6 checks passed
@MatMoore MatMoore deleted the fmj-625-update-table-design branch August 15, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update database table design
2 participants