Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

[SPIKE] Added rails version to symphony nightly template #2155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and releases in Discovery project adheres to [Semantic Versioning](http://semver

## [Unreleased]

### Fixed
- Added rails version to symphony nightly template []()

## [3.5.7] - 2021-01-15

### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class UpdateSymphonyNightly<%= Time.now.strftime('%Y%m%d') %> < ActiveRecord::Migration
class UpdateSymphonyNightly<%= Time.now.strftime('%Y%m%d') %> < ActiveRecord::Migration[4.2]
# order matters for libraries and locations because of the foreign key
SYMPHONY_TABLES = ['statuses',
'item_types',
Expand Down