Skip to content

Commit

Permalink
drop journal issn column
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamelers committed Jun 25, 2024
1 parent 30c555f commit f52f3ec
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions db/migrate/20240625190621_drop_journal_column.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class DropJournalColumn < ActiveRecord::Migration[7.0]
def change
remove_column :stash_engine_journals, :issn, :string
end
end

0 comments on commit f52f3ec

Please sign in to comment.