add approver field to aliases/implications
This commit is contained in:
7
db/migrate/20160526174848_add_approver_id.rb
Normal file
7
db/migrate/20160526174848_add_approver_id.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class AddApproverId < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :bulk_update_requests, :approver_id, :integer
|
||||
add_column :tag_aliases, :approver_id, :integer
|
||||
add_column :tag_implications, :approver_id, :integer
|
||||
end
|
||||
end
|
||||
1348
db/structure.sql
1348
db/structure.sql
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user