Services now importing
This commit is contained in:
parent
9bd2de06ee
commit
8885b8a354
2 changed files with 4 additions and 3 deletions
|
|
@ -233,6 +233,7 @@ ActiveRecord::Schema.define(:version => 20110105051803) do
|
||||||
add_index "mongo_requests", ["sender_mongo_id"], :name => "index_mongo_requests_on_sender_mongo_id"
|
add_index "mongo_requests", ["sender_mongo_id"], :name => "index_mongo_requests_on_sender_mongo_id"
|
||||||
|
|
||||||
create_table "mongo_services", :force => true do |t|
|
create_table "mongo_services", :force => true do |t|
|
||||||
|
t.string "mongo_id"
|
||||||
t.string "type"
|
t.string "type"
|
||||||
t.string "user_mongo_id"
|
t.string "user_mongo_id"
|
||||||
t.string "provider"
|
t.string "provider"
|
||||||
|
|
|
||||||
6
spec/fixtures/data_conversion/services.csv
vendored
6
spec/fixtures/data_conversion/services.csv
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
type,user_mongo_id,provider,uid,access_token,access_secret,nickname
|
mongo_id,type,user_mongo_id,provider,uid,access_token,access_secret,nickname
|
||||||
Services::Facebook,4d2657eacc8cb46033000011,,,yeah,,
|
4d265803cc8cb4603300003e,Services::Facebook,4d2657eacc8cb46033000011,,,yeah,,
|
||||||
Services::Twitter,4d2657e9cc8cb46033000009,,,yeah,foobar,
|
4d265803cc8cb4603300003f,Services::Twitter,4d2657e9cc8cb46033000009,,,yeah,foobar,
|
||||||
|
|
|
||||||
|
Loading…
Reference in a new issue