Skip to content

Commit

Permalink
Merge pull request #5302 from specify/issue-5301
Browse files Browse the repository at this point in the history
Change parentCojo rel from one-to-many to many-to-one
  • Loading branch information
CarolineDenis authored Oct 7, 2024
2 parents 92c9429 + 8744dc5 commit 16f09ea
Show file tree
Hide file tree
Showing 6 changed files with 132 additions and 111 deletions.
14 changes: 7 additions & 7 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ DATABASE_PORT=3306
MYSQL_ROOT_PASSWORD=password
DATABASE_NAME=specify

# When running Specify 7 for the first time or during updates that
# require migrations, ensure that the MASTER_NAME and MASTER_PASSWORD
# are set to the root username and password. This will ensure proper
# execution of Django migrations during the initial setup.
# After launching Specify and verifying the update is complete, you can
# When running Specify 7 for the first time or during updates that
# require migrations, ensure that the MASTER_NAME and MASTER_PASSWORD
# are set to the root username and password. This will ensure proper
# execution of Django migrations during the ixnitial setup.
# After launching Specify and verifying the update is complete, you can
# safely replace these credentials with the master SQL user name and password.
MASTER_NAME=root
MASTER_PASSWORD=password
Expand Down Expand Up @@ -36,7 +36,7 @@ CELERY_RESULT_BACKEND=redis://redis/1
LOG_LEVEL=WARNING

# Set this variable to `true` to run Specify 7 in debug mode. This
# should only be used during development and troubleshooting and not
# during general use. Django applications leak memory when operated
# should only be used during development and troubleshooting and not
# during general use. Django applications leak memory when operated
# continuously in debug mode.
SP7_DEBUG=true
Loading

0 comments on commit 16f09ea

Please sign in to comment.