Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion db/migrate/20250601000004_create_ansible_schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def change

add_foreign_key :ad_execution_environments, :taxonomies, column: :organization_id
add_index :ad_execution_environments, :organization_id
add_index :ad_execution_environments, :name
add_index :ad_execution_environments, :name, unique: true

create_table :ad_execution_environment_content_units do |t|
t.integer :execution_environment_id, null: false
Expand Down
Loading