removed phone_number and email

This commit is contained in:
Gopesh Tulsyan 2014-06-05 16:43:55 +05:30
parent b63f3fa7c9
commit 62c78641c2
5 changed files with 5 additions and 11 deletions

View file

@ -2,8 +2,6 @@ class CreateOrganizations < ActiveRecord::Migration
def change
create_table :organizations do |t|
t.string :name
t.string :email
t.string :phone_number
t.string :website_url
t.text :description
t.string :logo_file_name

View file

@ -188,8 +188,6 @@ ActiveRecord::Schema.define(version: 20140605101748) do
create_table "organizations", force: true do |t|
t.string "name"
t.string "email"
t.string "phone_number"
t.string "website_url"
t.text "description"
t.string "logo_file_name"