From b80bd744ad873f6fc43018bc4bfb90677de167bd Mon Sep 17 00:00:00 2001 From: Stefan Wintermeyer Date: Mon, 17 Dec 2012 12:01:45 +0100 Subject: Start of GS5. --- db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb (limited to 'db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb') diff --git a/db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb b/db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb new file mode 100644 index 0000000..920fe15 --- /dev/null +++ b/db/migrate/20120727102518_add_uuid_to_phone_book_entry.rb @@ -0,0 +1,7 @@ +class AddUuidToPhoneBookEntry < ActiveRecord::Migration + def change + add_column :phone_book_entries, :uuid, :string + add_index :phone_book_entries, :uuid + + end +end -- cgit v1.2.3