Skip to content

Commit

Permalink
Update 20140601043903_create_backups.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg authored Jul 25, 2018
1 parent 261dac7 commit f6fc4f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions db/migrate/20140601043903_create_backups.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class CreateBackups < ActiveRecord::Migration
class CreateBackups < ActiveRecord::Migration[5.2]
def change
create_table "backups" do |t|
t.integer "db_id"
t.datetime "backedup_at"
t.timestamps
end
end
end
end

0 comments on commit f6fc4f0

Please sign in to comment.