Skip to content

Commit

Permalink
Db ffile got deleted., my fault
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Goyal <[email protected]>
  • Loading branch information
agmps17 committed Jun 6, 2014
1 parent c261815 commit a2b1215
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions db/migrate/ 20140601043903_create_backups.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class CreateBackups < ActiveRecord::Migration
def change
create_table "backups" do |t|
t.integer "db_id"
t.datetime "backedup_at"
t.timestamps
end
end
end

0 comments on commit a2b1215

Please sign in to comment.