Project

General

Profile

« Previous | Next » 

Revision 1760e128

Added by Justin Sherrill about 10 years ago

Adapting new dynflow work to content views UI

View differences:

db/migrate/20140217160132_create_content_view_history.rb
def up
create_table 'katello_content_view_histories' do |t|
t.references :katello_content_view_version, :null => false
t.references :katello_environment, :null => false
t.references :katello_environment, :null => true
t.string :task_id, :null => true
t.string :user, :null => false
t.string :status, :null => false
t.text :notes

Also available in: Unified diff