one git repo to rule them all\!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class CreateSections < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :sections do |t|
|
||||
t.string :name
|
||||
end
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user