mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-04-16 17:21:42 +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]
|
class AddTypeToZipExports < ActiveRecord::Migration[5.1]
|
||||||
def change
|
def change
|
||||||
add_column :zip_exports, :type, :string
|
add_column :zip_exports, :type, :string
|
||||||
|
|
Loading…
Add table
Reference in a new issue