Migration generator
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
class CreateBurdenRuns < ActiveRecord::Migration
|
||||
def up
|
||||
def self.up
|
||||
create_table :burden_runs do |t|
|
||||
t.string :name
|
||||
t.boolean :success
|
||||
@@ -8,7 +8,7 @@ class CreateBurdenRuns < ActiveRecord::Migration
|
||||
end
|
||||
end
|
||||
|
||||
def down
|
||||
def self.down
|
||||
drop_table :burden_runs
|
||||
end
|
||||
end
|
||||
@@ -11,7 +11,7 @@
|
||||
#
|
||||
# It's strongly recommended to check this file into your version control system.
|
||||
|
||||
ActiveRecord::Schema.define(:version => 20130606131532) do
|
||||
ActiveRecord::Schema.define(:version => 20130607070108) do
|
||||
|
||||
create_table "burden_runs", :force => true do |t|
|
||||
t.string "name"
|
||||
|
||||
Reference in New Issue
Block a user