1
0

Removed Measurement 'hidden' attribute

This commit is contained in:
cryptogopher
2019-12-27 01:48:22 +01:00
parent 2dcc750355
commit 056d3b150d
3 changed files with 1 additions and 8 deletions

View File

@@ -62,7 +62,6 @@ class CreateSchema < ActiveRecord::Migration
t.references :project
t.string :name
t.references :source
t.boolean :hidden
t.timestamp :taken_at
t.timestamps null: false
end