mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-02 18:31:30 +08:00
Fix Hound warning [SCI-3368]
This commit is contained in:
parent
d3f29d5d72
commit
d46d82d0f0
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddTypeToZipExports < ActiveRecord::Migration[5.1]
|
||||
def change
|
||||
add_column :zip_exports, :type, :string
|
||||
|
|
Loading…
Add table
Reference in a new issue