fixing jobs

This commit is contained in:
albert
2011-08-15 19:41:50 -04:00
parent 1c2ec028d3
commit c8067a4691
17 changed files with 73 additions and 124 deletions

View File

@@ -0,0 +1,9 @@
class CreateAmazonBackups < ActiveRecord::Migration
def change
create_table :amazon_backups do |t|
t.integer :last_id
t.timestamps
end
end
end