From 77239122c0e0c819cdeb4f8dae6c1c0960b1d213 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Fri, 22 Apr 2016 12:29:12 -0400 Subject: [PATCH] Update and rename 017_update_issues.rb to 017_update_issues_with_vehicles.rb --- ...{017_update_issues.rb => 017_update_issues_with_vehicles.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename db/migrate/{017_update_issues.rb => 017_update_issues_with_vehicles.rb} (95%) diff --git a/db/migrate/017_update_issues.rb b/db/migrate/017_update_issues_with_vehicles.rb similarity index 95% rename from db/migrate/017_update_issues.rb rename to db/migrate/017_update_issues_with_vehicles.rb index 557684d..6d770d8 100644 --- a/db/migrate/017_update_issues.rb +++ b/db/migrate/017_update_issues_with_vehicles.rb @@ -8,7 +8,7 @@ # #THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -class UpdateIssues < ActiveRecord::Migration +class UpdateIssuesWithVehicles < ActiveRecord::Migration def change add_reference :issues, :vehicles, index: true end