From 9101b20cc5ca4e0553cfb4a503f0d2d51863ba37 Mon Sep 17 00:00:00 2001 From: spag Date: Sun, 23 Dec 2012 15:01:41 +0000 Subject: tennant added --- db/migrate/20121223110948_add_tenant_to_phone.rb | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 db/migrate/20121223110948_add_tenant_to_phone.rb diff --git a/db/migrate/20121223110948_add_tenant_to_phone.rb b/db/migrate/20121223110948_add_tenant_to_phone.rb new file mode 100644 index 0000000..dbe0412 --- /dev/null +++ b/db/migrate/20121223110948_add_tenant_to_phone.rb @@ -0,0 +1,6 @@ +class AddTenantToPhone < ActiveRecord::Migration + def change + add_column :phones, :tenant_id, :integer + + end +end -- cgit v1.2.3