Skip to content

Commit

Permalink
Update DB & schema
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanxu committed Apr 3, 2024
1 parent 212c880 commit a693065
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ default: &default

development:
<<: *default
database: joss_development
database: juliacon_development

test:
<<: *default
database: joss_test
database: juliacon_test

production:
adapter: postgresql
Expand Down
1 change: 0 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
t.index ["editor_id"], name: "index_papers_on_editor_id"
t.index ["eic_id"], name: "index_papers_on_eic_id"
t.index ["labels"], name: "index_papers_on_labels", using: :gin
t.index ["languages"], name: "index_papers_on_languages", using: :gin
t.index ["last_activity"], name: "index_papers_on_last_activity"
t.index ["retraction_for_id"], name: "index_papers_on_retraction_for_id"
t.index ["reviewers"], name: "index_papers_on_reviewers", using: :gin
Expand Down

0 comments on commit a693065

Please sign in to comment.