-
Notifications
You must be signed in to change notification settings - Fork 49
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
Some Build Adjustments #1946
Some Build Adjustments #1946
Conversation
…xed in hyrax image. update hyrax-doi branch to main
@@ -10,7 +10,7 @@ | |||
# | |||
# It's strongly recommended that you check this file into your version control system. | |||
|
|||
ActiveRecord::Schema.define(version: 2023_02_08_001228) do | |||
ActiveRecord::Schema.define(version: 2023_01_31_202855) do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why revert the schema?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i dont see a migration here. I dont know how the schema got rolled forward but the number seems wrong
@@ -13,6 +13,7 @@ FCREPO_PORT=8080 | |||
FCREPO_REST_PATH=rest | |||
[email protected] | |||
INITIAL_ADMIN_PASSWORD=testing123 | |||
JAVA_OPTS=-Xmx4g -Xms1g |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should this include a space?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it needs the space
Co-authored-by: Alisha Evans <[email protected]>
@samvera/hyku-code-reviewers