Add hidden_at on procedure
This commit is contained in:
parent
e9491da5c5
commit
760efcdad3
4 changed files with 32 additions and 1 deletions
6
db/migrate/20170627120928_add_hidden_at_to_procedures.rb
Normal file
6
db/migrate/20170627120928_add_hidden_at_to_procedures.rb
Normal file
|
@ -0,0 +1,6 @@
|
|||
class AddHiddenAtToProcedures < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :procedures, :hidden_at, :datetime
|
||||
add_index :procedures, :hidden_at
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue