spec/dummy/db/test.sqlite3 in enju_event-0.1.16 vs spec/dummy/db/test.sqlite3 in enju_event-0.1.17.pre

- old
+ new

@@ -1,6 +1,6 @@ -SQLite format 3@ m#m- +SQLite format 3@ p#p-$ # ])Mindexindex_manifestations_on_required_role_idmanifestations CREATE INDEX "index_manifestations_on_required_role_id" ON "manifestations" ("required_role_id") [)Iindexindex_manifestations_on_carrier_type_idmanifestations CREATE INDEX "index_manifestations_on_carrier_type_id" ON "manifestations" ("carrier_type_id")& ))tablemanifestationsmanifestations CREATE TABLE "manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text NOT NULL, "title_alternative" text, "title_transcription" text, "classification_number" varchar(255), "manifestation_identifier" varchar(255), "date_of_publication" datetime, "copyright_date" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "access_address" varchar(255), "language_id" integer DEFAULT 1 NOT NULL, "carrier_type_id" integer DEFAULT 1 NOT NULL, "extent_id" integer DEFAULT 1 NOT NULL, "start_page" integer, "end_page" integer, "height" integer, "width" integer, "depth" integer, "isbn" varchar(255), "isbn10" varchar(255), "wrong_isbn" varchar(255), "nbn" varchar(255), "lccn" varchar(255), "oclc_number" varchar(255), "issn" varchar(255), "price" integer, "fulltext" text, "volume_number_list" varchar(255), "issue_number_list" varchar(255), "serial_number_list" varchar(255), "edition" integer, "note" text, "repository_content" boolean DEFAULT 'f' NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "state" varchar(255), "required_score" integer DEFAULT 0 NOT NULL, "frequency_id" integer DEFAULT 1 NOT NULL, "subscription_master" boolean DEFAULT 'f' NOT NULL)r Aindexindex_patrons_on_full_namepatrons CREATE INDEX "index_patrons_on_full_name" ON "patrons" ("full_name")O1indexindex_patrons_on_required_role_idpatrons CREATE INDEX "index_patrons_on_required_role_id" ON "patrons" ("required_role_id")uCindexindex_patrons_on_country_idpatronsCREATE INDEX "index_patrons_on_country_id" ON "patrons" ("country_id")xEindexindex_patrons_on_language_idpatronsCREATE INDEX "index_patrons_on_language_id" ON "patrons" ("language_id")s=indexindex_patrons_on_user_idpatronsCREATE UNIQUE INDEX "index_patrons_on_user_id" ON "patrons" ("user_id")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)07tablepatronspatronsCREATE TABLE "patrons" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "last_name" varchar(255), "middle_name" varchar(255), "first_name" varchar(255), "last_name_transcription" varchar(255), "middle_name_transcription" varchar(255), "first_name_transcription" varchar(255), "corporate_name" varchar(255), "corporate_name_transcription" varchar(255), "full_name" varchar(255), "full_name_transcription" text, "full_name_alternative" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "zip_code_1" varchar(255), "zip_code_2" varchar(255), "address_1" text, "address_2" text, "address_1_note" text, "address_2_note" text, "telephone_number_1" varchar(255), "telephone_number_2" varchar(255), "fax_number_1" varchar(255), "fax_number_2" varchar(255), "other_designation" text, "place" text, "postal_code" varchar(255), "street" text, "locality" text, "region" text, "date_of_birth" datetime, "date_of_death" datetime, "language_id" integer DEFAULT 1 NOT NULL, "country_id" integer DEFAULT 1 NOT NULL, "patron_type_id" integer DEFAULT 1 NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "note" text, "required_role_id" integer DEFAULT 1 NOT NULL, "required_score" integer DEFAULT 0 NOT NULL, "state" varchar(255), "email" text, "url" text)=//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q//tableschema_migrationsschema_migrationsCREATE TABLE"dZ aOq9ZB)0! _ n\J8&r`N<* v d R @ .  @@ -77,21 +77,21 @@ z nh[%_tablelibrarieslibraries(CREATE TABLE "libraries" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_id" integer, "patron_type" varchar(255), "name" varchar(255) NOT NULL, "display_name" text, "short_display_name" varchar(255) NOT NULL, "zip_code" varchar(255), "street" text, "locality" text, "region" text, "telephone_number_1" varchar(255), "telephone_number_2" varchar(255), "fax_number" varchar(255), "note" text, "call_number_rows" integer DEFAULT 1 NOT NULL, "call_number_delimiter" varchar(255) DEFAULT '|' NOT NULL, "library_group_id" integer DEFAULT 1 NOT NULL, "users_count" integer DEFAULT 0 NOT NULL, "position" integer, "country_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "isil" varchar(255))q0Aindexindex_events_on_library_idevents4CREATE INDEX "index_events_on_library_id" ON "events" ("library_id")/ tableeventsevents3CREATE TABLE "events" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "library_id" integer DEFAULT 1 NOT NULL, "event_category_id" integer DEFAULT 1 NOT NULL, "name" varchar(255), "note" text, "start_at" datetime, "end_at" datetime, "all_day" boolean DEFAULT 'f' NOT NULL, "deleted_at" datetime, "display_name" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL).##Mtablefrequenciesfrequencies2CREATE TABLE "frequencies" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +''Qtablecarrier_typescarrier_types/CREATE TABLE "carrier_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)u*Cindexindex_shelves_on_library_idshelves.CREATE INDEX "index_shelves_on_library_id" ON "shelves" ("library_id")a)tableshelvesshelves-CREATE TABLE "shelves" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "library_id" integer DEFAULT 1 NOT NULL, "items_count" integer DEFAULT 0 NOT NULL, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime)r(;indexindex_libraries_on_namelibraries,CREATE UNIQUE INDEX "index_libraries_on_name" ON "libraries" ("name")'S9indexindex_libraries_on_library_group_idlibraries+CREATE INDEX "index_libraries_on_library_group_id" ON "libraries" ("library_group_id")&E+indexindex_libraries_on_patron_idlibraries*CREATE UNIQUE INDEX "index_libraries_on_patron_id" ON "libraries" ("patron_id") $Q5indexindex_produces_on_manifestation_idproduces'CREATE INDEX "index_produces_on_manifestation_id" ON "produces" ("manifestation_id")v#Cindexindex_produces_on_patron_idproduces&CREATE INDEX "index_produces_on_patron_id" ON "produces" ("patron_id")"tableproducesproduces%CREATE TABLE "produces" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_id" integer NOT NULL, "manifestation_id" integer NOT NULL, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "produce_type_id" integer)   mita hachioji -kamataweb kJ ##33third_shelfThird shelf2012-07-23 16:32:292012-07-23 16:32:29L %%33second_shelfSecond shelf2012-07-23 16:32:292012-07-23 16:32:29J ##33first_shelfFirst shelf2012-07-23 16:32:292012-07-23 16:32:29G -33webLibrary bookmark2012-07-23 16:32:292012-07-23 16:32:29 -  tt ?339unknownunknownunknownnext-l@library.example.jp0.0.0.0/0mf2012-07-23 16:32:282012-07-23 16:32:28fhttp://localhost:3000/ +kamataweb kJ ##33third_shelfThird shelf2012-08-17 08:04:462012-08-17 08:04:46L %%33second_shelfSecond shelf2012-08-17 08:04:462012-08-17 08:04:46J ##33first_shelfFirst shelf2012-08-17 08:04:462012-08-17 08:04:46G -33webLibrary bookmark2012-08-17 08:04:462012-08-17 08:04:46 +  tt ?339unknownunknownunknownnext-l@library.example.jp0.0.0.0/0mf2012-08-17 08:04:462012-08-17 08:04:46fhttp://localhost:3000/ 0 unknown   $U ` 2 $ AAAAtesttest2008-02-05 06:00:00.0000002008-02-05 06:00:00.000000ftest2008-02-05 12:00:53.9260502008-02-05 12:00:53.926050 AAAAtesttest2008-02-04 15:00:00.0000002008-02-07 15:00:00.000000ftest2008-02-05 12:00:53.9260502008-02-05 12:00:53.926050( = AA=AAなんとかかんとか2008-02-04 15:00:00.0000002008-02-07 15:00:00.000000fなんとかかんとか2008-02-05 11:50:26.6513712008-02-05 14:52:06.315285  AAAAtest2008-02-04 15:00:00.0000002008-02-07 15:00:00.000000ftest2008-02-05 11:41:50.5331642008-02-05 11:41:50.533164" =AAAAテストなんとかかんとか2008-02-04 15:00:00.0000002008-02-05 15:00:00.000000fテスト2008-02-05 06:43:42.6176702008-02-05 06:43:42.617670 1 AA1AAミーティング2008-01-12 15:00:00.0000002008-02-04 15:00:00.000000fミーティング2008-01-12 17:51:10.6423952008-02-05 11:00:35.319131. UAAAAテストテスト用のイベントです。2008-01-12 17:54:00.0000002008-01-13 17:54:00.000000fテスト2008-01-01 11:54:25.8032012008-01-12 17:54:21.134175( %=AA%AA仕事始めなんとかかんとか2008-01-12 17:54:00.0000002008-01-13 17:54:00.000000f仕事始め2008-01-01 07:20:54.3727292008-01-12 17:54:43.764011   ^^US+ AAunknown(not specified)2008-01-01 07:17:12.5495652008-01-01 07:24:17.869192O AA講演会講演会2008-01-01 07:25:04.2511412008-01-01 07:25:04.251141O AA上映会上映会2008-01-01 07:18:08.8686802008-01-01 07:24:55.261682[++ AAおはなし会おはなし会2008-01-01 07:17:45.4154872008-01-01 07:24:45.267241L AAclosed休館日2008-01-01 07:17:34.6424332008-01-01 07:24:32.561469     V DG113tableevent_import_filesevent_import_filesXCREATE TABLE "event_import_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "content_type" varchar(255), "size" integer, "user_id" integer, "note" text, "imported_at" datetime, "state" varchar(255), "event_import_file_name" varchar(255), "event_import_content_type" varchar(255), "event_import_file_size" integer, "event_import_updated_at" datetime, "edit_mode" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "event_import_fingerprint" varchar(255), "error_message" text)TS19indexindex_event_import_files_on_user_idevent_import_filesZCREATE INDEX "index_event_import_files_on_user_id" ON "event_import_files" ("user_id")SW1Aindexindex_event_import_files_on_parent_idevent_import_filesYCREATE INDE'CtablelanguageslanguagesHCREATE TABLE "languages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "native_name" varchar(255), "display_name" text, "iso_639_1" varchar(255), "iso_639_2" varchar(255), "iso_639_3" varchar(255), "note" text, "position" integer)rD;indexindex_languages_on_namelanguagesICREATE UNIQUE INDEX "index_languages_on_name" ON "languages" ("name")zEEindexindex_languages_on_iso_639_1languagesJCREATE INDEX "index_languages_on_iso_639_1" ON "languages" ("iso_639_1")zFEindexindex_languages_on_iso_639_2languagesKCREATE INDEX "index_languages_on_iso_639_2" ON "languages" ("iso_639_2")zGEindexindex_languages_on_iso_639_3languagesLCREATE INDEX "index_languages_on_iso_639_3" ON "languages" ("iso_639_3")H''etablepicture_filespicture_filesMCREATE TABLE "picture_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "picture_attachable_id" integer, "picture_attachable_type" varchar(255), "content_type" varchar(255), "title" text, "thumbnail" varchar(255), "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "picture_file_name" varchar(255), "picture_content_type" varchar(255), "picture_file_size" integer, "picture_updated_at" datetime, "picture_meta" text, "picture_fingerprint" varchar(255))[Iw'%indexindex_picture_files_on_picture_attachable_id_and_typepicture_filesNCREATE INDEX "index_picture_files_on_picture_attachable_id_and_type" ON "picture_files" ("picture_attachable_id", "picture_attachable_type")W1Aindexindex_event_import_files_on_parent_idevent_import_filesYCREATE INDEX "index_event_import_files_on_parent_id" ON "event_import_files" ("parent_id")S19indexindex_event_import_files_on_user_idevent_import_filesZCREATE INDEX "index_event_import_files_on_user_id" ON "event_import_files" ("user_id")O11indexindex_event_import_files_on_stateevent_import_files[CREATE INDEX "index_event_import_files_on_state" ON "event_import_files" ("state")V%%Etableparticipatesparticipates\CREATE TABLE "participates" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_id" integer NOT NULL, "event_id" integer NOT NULL, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)WI%%indexindex_participates_on_event_idparticipates]CREATE INDEX "index_participates_on_event_id" ON "participates" ("event_id")XK%)indexindex_participates_on_patron_idparticipates^CREATE INDEX "index_participates_on_patron_id" ON "participates" ("patron_id")wYEtableextentsextents_CREATE TABLE "extents" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)$Z99ctablemedium_of_performancesmedium_of_performances`CREATE TABLE "medium_of_performances" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)        - 3x3C!!33ConferenceConference2012-07-23 16:32:282012-07-23 16:32:28I''33CorporateBodyCorporateBody2012-07-23 16:32:282012-07-23 16:32:28;33PersonPerson2012-07-23 16:32:282012-07-23 16:32:28s Q-g[; { A A9 Y  ; + 3x3C!!33ConferenceConference2012-08-17 08:04:462012-08-17 08:04:46I''33CorporateBodyCorporateBody2012-08-17 08:04:462012-08-17 08:04:46;33PersonPerson2012-08-17 08:04:462012-08-17 08:04:46s Q-g[; { A A9 Y  ; S  c -c] ic{ 1 K7U  c  @@ -246,19 +246,20 @@ @ & w   v \ K B 0 i1 7  }S    n 646530233?132%344Z442v887732528440u232>124$876524438t226=120#028 850520434s222<116"660092516430r108!020704426q854 016422p100014428o096010418n008004724710706090304O705600300N703598292M702591288L694585276K3841690586478268J1880796686512474270I184/795578584266H180.792580470~258G178-042788574466}254F174,040780570462|170+048776458{156*036772454z152)025768450y148(032764807x030 834533 041 026 -762158760756340Y752643336X748642332W744638328V634624U818;740630104324T218:736508320S2149862620504316R2128548144616312Q2627062860612500417m2086058858608496308P2035056840604492414l1964068826498410k1923052784583408j048804484296i1912204800480404h798398g084400f046392e112388d380c682376b678372a674368`882364_250E670566360^246D666562356]242C662558352\234B716659554238A140'894540446w348[231@136&654000 # - eq1 $ J y - -( ZI>=  -l %H  BL*c{ f 0jh a>b V - - 1>Rk I m - -K Ch) +762158760756340Y752643336X748642332W744638328V634624U818;740630104324T218:736508320S2149862620504316R2128548144616312Q2627062860612500417m2086058858608496308P2035056840604492414l1964068826498410k1923052784583408j048804484296i1912204800480404h798398g084400f046392e112388d380c682376b678372a674368`882364_250E670566360^246D666562356]242C662558352\234B716659554238A140'894540446w348[231@136&654000  + +ae %x F u + +$ V=29 +h {D  >@Wo b ,^\U2b R + + -2F g E i + +G {7z\) ##AzerbaijaniAzerbaijaniazazeaze" SwedishSwedishsvsweswe(+ EnglishEnglishEnglishenengeng+"9 YiddishYiddishyiyidyid'F !!IndonesianIndonesianidindindF @@ -304,13 +305,13 @@ CzechCzechcsczeces&5y //Norwegian NynorskNorwegian Nynorsknnnnonnoy%B HungarianHungarianhuhunhunB#] KwanyamaKwanyamakjkuakua]% AragoneseAragoneseanargarg #% -CroatianCroatianhrhrvhrv%$3 -VolapükVolapükvovolvol5x -//Norwegian BokmålNorwegian Bokmålnbnobnobx%A +CroatianCroatianhrhrvhrv%(3 +!!VolapükVolapükvovolvol9x +33Norwegian BokmÃ¥lNorwegian BokmÃ¥lnbnobnobx%A Hiri MotuHiri MotuhohmohmoA!\ KurdishKurdishkukurkur\ ArabicArabicararaara$ CreeCreecrcrecre$(2 !!VietnameseVietnamesevivievie@ @@ -357,37 +358,37 @@ TurkishTurkishtrturturr NavajoNavajonvnavnavr#; GujaratiGujaratigugujguj;" SerbianSerbiansrsrpsrp!W KirghizKirghizkykirkirWq -NauruNaurunanaunauq#: -GuaraníGuaranígngrngrn:2 +NauruNaurunanaunauq': +!!GuaraníGuaranígngrngrn:2 ++Scottish GaelicScottish Gaelicgdglagla)V ##KinyarwandaKinyarwandarwkinkinV< 7unknownen:unknown ja:不明unknownunknownunkb -) c -  T  - -y -] u h6o5 n  m $ - - -6 i 2i9MK I b  - - -i - =tBn W u < -% u _ ]ZOU 3 X U H < - %PDZ7c( j ) `  - - -O J ,*zBA w % K  w 1 - - -C - Sardinian Chechen +' a   N  + +s +W ob0m3 l  g  + + +0 c ,c3{G I G \ + + +c + | 7n<l U o 6 + o Y W +TMS / { R | O B 6 + J>X5a& d # Z  + + +I D {&$x@? u  E  q + + + += +Sardinian Chechen KikuyuU Greek9 Maorip Chamorro KhmerT German8 Mongoliano Tswana Catalan KazakhS Georgian7 Moldaviann Burmese KashmiriR Ganda6 Tsonga KanuriQ Galician5 Tonga Sanskrit Bulgarian Fulah4 @@ -408,21 +409,21 @@ Divehi(+Western Frisian Oromo} Assamese Spanish Lingalab WelshIgboE Armenian 'South Ndebele!Limburgisha Walloon Oriya|IdoD Sotho Latvian` Ojibwa{ Somali Latin_ -Danish' Occitanz IcelandicCLao^ Czech&/Norwegian Nynorsky HungarianB Kwanyama] Aragonese Croatian% Volapük/Norwegian Bokmålx Hiri MotuA Kurdish\ +Danish' Occitanz IcelandicCLao^ Czech&/Norwegian Nynorsky HungarianB Kwanyama] Aragonese Croatian%!Volapük3Norwegian BokmÃ¥lx Hiri MotuA Kurdish\ ArabicCree$!Vietnamese Hindi@ Korean[ AmharicSlovenian Corsican# Venda Herero? KongoZ Albanian Slovak Cornish" Uzbek Hebrew>Akan Sinhala Chuvash! Urdu Hausa= Norwegianw Sindhi'Church Slavic Ukrainian Haitian<'Northern Samiv Afrikaans Chinese Uighur'North NdebeleuAfar!Sichuan YiKomiY ChichewaTwi Nepalit Abkhazian Shona Turkmen Ndongas)Serbo-Croatian KirundiX Turkish -Navajor Gujarati; Serbian KirghizW Nauruq Guaraní:+Scottish Gaelic#KinyarwandaV unknown +Navajor Gujarati; Serbian KirghizW Nauruq!Guaraní:+Scottish Gaelic#KinyarwandaV unknown Y M< SLw r Z : t H m ~0  @@ -514,15 +515,15 @@   RQP    -VUT XQ33pendingMyStringtext/csv2012-07-23 16:32:282012-07-23 16:32:28Q33pendingMyStringtext/csv2012-07-23 16:32:282012-07-23 16:32:28S33completedMyStringtext/csv2012-07-23 16:32:282012-07-23 16:32:28 +VUT XQ33pendingMyStringtext/csv2012-08-17 08:04:462012-08-17 08:04:46Q33pendingMyStringtext/csv2012-08-17 08:04:462012-08-17 08:04:46S33completedMyStringtext/csv2012-08-17 08:04:462012-08-17 08:04:46    % ))utablemanifestationsmanifestations CREATE TABLE "manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text NOT NULL, "title_alternative" text, "title_transcription" text, "classification_number" varchar(255), "manifestation_identifier" varchar(255), "date_of_publication" datetime, "date_copyrighted" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "access_address" varchar(255), "language_id" integer DEFAULT 1 NOT NULL, "carrier_type_id" integer DEFAULT 1 NOT NULL, "extent_id" integer DEFAULT 1 NOT NULL, "start_page" integer, "end_page" integer, "height" integer, "width" integer, "depth" integer, "isbn" varchar(255), "isbn10" varchar(255), "wrong_isbn" varchar(255), "nbn" varchar(255), "lccn" varchar(255), "oclc_number" varchar(255), "issn" varchar(255), "price" integer, "fulltext" text, "volume_number_string" varchar(255), "issue_number_string" varchar(255), "serial_number_string" varchar(255), "edition" integer, "note" text, "repository_content" boolean DEFAULT 'f' NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "state" varchar(255), "required_score" integer DEFAULT 0 NOT NULL, "frequency_id" integer DEFAULT 1 NOT NULL, "subscription_master" boolean DEFAULT 'f' NOT NULL, "attachment_file_name" varchar(255), "attachment_content_type" varchar(255), "attachment_file_size" integer, "attachment_updated_at" datetime, "title_alternative_transcription" text, "description" text, "abstract" text, "available_at" datetime, "valid_until" datetime, "date_submitted" datetime, "date_accepted" datetime, "date_caputured" datetime, "pub_date" varchar(255), "edition_string" varchar(255), "volume_number" integer, "issue_number" integer, "serial_number" integer, "ndc" varchar(255), "content_type_id" integer DEFAULT 1, "year_of_publication" integer, "attachment_meta" text, "month_of_publication" integer) [)Iindexindex_manifestations_on_carrier_type_idmanifestations CREATE INDEX "index_manifestations_on_carrier_type_id" ON "manifestations" ("carrier_type_id")Ps?yindexindex_series_has_manifestations_on_manifestation_idseries_has_manifestationsCREATE INDEX "index_series_has_manifestations_on_manifestation_id" ON "series_has_manifestations" ("manifestation_id")Yy?indexindex_series_has_manifestations_on_series_statement_idseries_has_manifestationsCREATE INDEX "index_series_has_manifestations_on_series_statement_id" ON "series_has_manifestations" ("series_statement_id"))??_tableseries_has_manifestationsseries_has_manifestationsCREATE TABLE "series_has_manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer, "manifestation_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)s ;)indexindex_series_statement_merges_on_series_statement_merge_list_idseries_statement_mergesCREATE INDEX "index_series_statement_merges_on_series_statement_merge_list_id" ON "series_statement_merges" ("series_statement_merge_list_id")Pu;}indexindex_series_statement_merges_on_series_statement_idseries_statement_mergesCREATE INDEX "index_series_statement_merges_on_series_statement_id" ON "series_statement_merges" ("series_statement_id").;;stableseries_statement_mergesseries_statement_merges~CREATE TABLE "series_statement_merges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer NOT NULL, "series_statement_merge_list_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) -YX 0f332012-07-23 16:32:282012-07-23 16:32:280Ӳr332012-07-23 16:32:282012-07-23 16:32:28 +YX 0f332012-08-17 08:04:462012-08-17 08:04:460Ӳr332012-08-17 08:04:462012-08-17 08:04:46 ʊf:l ʊf:l   \9  Z 4?sgCaindexindex_manifecS)?sgCaindexBriCeindexindex_manifestation_relationships_on_parent_idmanifestation_relationshipsmCREATE INDEX "index_manifestation_relationships_on_parent_id" ON "manifestation_relationships" ("parent_id")?sgCaindexindex_manifestation_relationships_on_child_idmanifestation_relationshipsnCREATE INDEX "index_mBriCeindexindex_manifestation_relationships_on_parent_idmanifestation_relationshipsmCREATE INDEX "index_manifestation_relationships_on_parent_id" ON "manifestation_relationships" ("parent_id")?sgCaindexindex_manifestation_relationships_on_child_idmanifestation_relationshipsnCREATE INDEX "index_manifestation_relationships_on_child_id" ON "manifestation_relationships" ("child_id")jt%%tabledelayed_jobsdelayed_jobsoCREATE TABLE "delayed_jobs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" datetime, "locked_at" datetime, "failed_at" datetime, "locked_by" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL){u7%'indexdelayed_jobs_prioritydelayed_jobspCREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at").v55tablepatron_relationshipspatron_relationshipsqCREATE TABLE "patron_relationships" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "child_id" integer, "patron_relationship_type_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "position" integer)&w[5Iindexindex_patron_relationships_on_parent_idpatron_relationshipsrCREATE INDEX "index_patron_relationships_on_parent_id" ON "patron_relationships" ("parent_id")#xY5Eindexindex_patron_relationships_on_child_idpatron_relationshipstCREATE INDEX "index_patron_relationships_on_child_id" ON "patron_relationships" ("child_id")ByMMwtablemanifestation_relationship_typesmanifestation_relationship_typesuCREATE TABLE "manifestation_relationship_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)2z;;{tableresource_import_resultsresource_import_resultsvCREATE TABLE "resource_import_results" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "resource_import_file_id" integer, "manifestation_id" integer, "item_id" integer, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)\{}; indexindex_resource_import_results_on_resource_import_file_idresource_import_resultswCREATE INDEX "index_resource_import_results_on_resource_import_file_id" ON "resource_import_results" ("resource_import_file_id")G|o;qindexindex_resource_import_results_on_manifestation_idresource_import_resultsxCREATE INDEX "index_resource_import_results_on_manifestation_id" ON "resource_import_results" ("manifestation_id"),}];Mindexindex_resource_import_results_on_item_idresource_import_resultsyCREATE INDEX "index_resource_import_results_on_item_id" ON "resource_import_results" ("item_id")#~77etablepatron_import_resultspatron_import_resultszCREATE TABLE "patron_import_results" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "patron_import_file_id" integer, "patron_id" integer, "user_id" integer, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) 559tableevent_import_resultsevent_import_results{CREATE TABLE "event_import_results" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "event_import_file_id" integer, "event_id" integer, "body" text, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)sCindexindex_items_on_bookstore_iditems|CREATE INDEX "index_items_on_bookstore_id" ON "items" ("bookstore_id")xEEstableseries_statement_merge_listsseries_statement_merge_lists}CREATE TABLE "series_statement_merge_lists" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   pp2UD [  i.;;stableseries_statement_mergesseries_statement_merges~CREATE TABLE "series_statement_merges" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer NOT NULL, "series_statement_merge_list_id" integer NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)Pu;}indexindex_series_statement_merges_on_series_statement_idseries_stat# @@ -537,25 +538,25 @@   ndexindex_U)=indexindex_manifestations_on_frequency_idmanifestationsCREATE INDEX "index_manifestations_on_frequency_id" ON "manifestations" ("frequency_id")s ;)indexindex_series_statement_merges_on_series_statement_merge_list_idseries_statement_mergesCREATE INDEX "index_series_statement_merges_on_series_statement_merge_list_id" ON "series_statement_merges" ("series_statement_merge_list_id"))??_tableseries_has_manifestationsseries_has_manifestationsCREATE TABLE "series_has_manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "series_statement_id" integer, "manifestation_id" integer, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)Yy?indexindex_series_has_manifestations_on_series_statement_idseries_has_manifestationsCREATE INDEX "index_series_has_manifestations_on_series_statement_id" ON "series_has_manifestations" ("series_statement_id")Ps?yindexindex_series_has_manifestations_on_manifestation_idseries_has_manifestationsCREATE INDEX "index_series_has_manifestations_on_manifestation_id" ON "series_has_manifestations" ("manifestation_id")A))=tablemanifestationsmanifestations CREATE TABLE "manifestations" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "original_title" text NOT NULL, "title_alternative" text, "title_transcription" text, "classification_number" varchar(255), "manifestation_identifier" varchar(255), "date_of_publication" datetime, "date_copyrighted" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "deleted_at" datetime, "access_address" varchar(255), "language_id" integer DEFAULT 1 NOT NULL, "carrier_type_id" integer DEFAULT 1 NOT NULL, "extent_id" integer DEFAULT 1 NOT NULL, "start_page" integer, "end_page" integer, "height" integer, "width" integer, "depth" integer, "isbn" varchar(255), "isbn10" varchar(255), "wrong_isbn" varchar(255), "nbn" varchar(255), "lccn" varchar(255), "oclc_number" varchar(255), "issn" varchar(255), "price" integer, "fulltext" text, "volume_number_string" varchar(255), "issue_number_string" varchar(255), "serial_number_list" varchar(255), "edition" integer, "note" text, "repository_content" boolean DEFAULT 'f' NOT NULL, "lock_version" integer DEFAULT 0 NOT NULL, "required_role_id" integer DEFAULT 1 NOT NULL, "state" varchar(255), "required_score" integer DEFAULT 0 NOT NULL, "frQ)5indexindex_manifestations_on_updated_atmanifestationsCREATE INDEX "index_manifestations_on_updated_at" ON "manifestations" ("updated_at")K[)Iindexindex_manifestations_on_carrier_type_idmanifestations CREATE INDEX "index_manifestations_on_carrier_type_id" ON "manifestations" ("carrier_type_id")])Mindexindex_manifestations_on_required_role_idmanifestations CREATE INDEX "index_manifestations_on_required_role_id" ON "manifestations" ("required_role_id") E)indexindex_manifestations_on_isbnmanifestationsCREATE INDEX "index_manifestations_on_isbn" ON "manifestations" ("isbn")| C)indexindex_manifestations_on_nbnmanifestationsCREATE INDEX "index_manifestations_on_nbn" ON "manifestations" ("nbn") E)indexindex_manifestations_on_lccnmanifestationsCREATE INDEX "index_manifestations_on_lccn" ON "manifestations" ("lccn")S)9indexindex_manifestations_on_oclc_numbermanifestationsCREATE INDEX "index_manifestations_on_oclc_number" ON "manifestations" ("oclc_number")E)indexindex_manifestations_on_issnmanifestationsCREATE INDEX "index_manifestations_on_issn" ON "manifestations" ("issn")Y)Eindexindex_manifestations_on_access_addressmanifestationsCREATE INDEX "index_manifestations_on_access_address" ON "manifestations" ("access_address")U)=indexindex_manifestations_on_frequency_idmanifestationsCREATE INDEX "index_manifestations_on_frequency_id" ON "manifestations" ("frequency_id");m)mindexindex_manifestations_on_manifestation_identifiermanifestationsCREATE INDEX "index_manifestations_on_manifestation_identifier" ON "manifestations" ("manifestation_identifier")      -  5f33MyText2012-07-23 16:32:282012-07-23 16:32:285Ӳr33MyText2012-07-23 16:32:282012-07-23 16:32:28 +  5f33MyText2012-08-17 08:04:462012-08-17 08:04:465Ӳr33MyText2012-08-17 08:04:462012-08-17 08:04:46        55:?, A Q _ EtableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_group_id" integer, "required_role_id" integer, "username" varchar(255), "note" text, "locale" varchar(255), "user_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypte| C)indexindex_manifestations_on_nbnmanifestationsCREATE INDEX "index_manifestations_on_nbn" ON "manifestations" ("nbn") E)indexindex_manifestations_on_lccnmanifestationsCREATE INDEX "index_manifestations_on_lccn" ON "manifestations" ("lccn")S)9indexindex_manifestations_on_oclc_numbermanifestationsCREATE INDEX "index_manifestations_on_oclc_number" ON "manifestations" ("oclc_number")E)indexindex_manifestations_on_issnmanifestationsCREATE INDEX "index_manifestations_on_issn" ON "manifestations" ("issn")Y)Eindexindex_manifestations_on_access_addressmanifestationsCREATE INDEX "index_manifestations_on_access_address" ON "manifestatio''?tablerealize_typesrealize_typesCREATE TABLE "realize_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)''?tableproduce_typesproduce_typesCREATE TABLE "produce_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)i/tablerolesrolesCREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)0=tableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_group_id" integer, "required_role_id" integer, "username" varchar(255), "note" text, "locale" varchar(255), "user_number" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "email" varchar(255) DEFAULT '' NOT NULL, "encrypted_password" varchar(255) DEFAULT '' NOT NULL, "reset_password_token" varchar(255), "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar(255), "last_sign_in_ip" varchar(255), "password_salt" varchar(255), "confirmation_token" varchar(255), "confirmed_at" datetime, "confirmation_sent_at" datetime, "unconfirmed_email" varchar(255), "failed_attempts" integer DEFAULT 0, "unlock_token" varchar(255), "locked_at" datetime, "authentication_token" varchar(255))^5}indexindex_users_on_emailusersCREATE INDEX "index_users_on_email" ON "users" ("email")SGindexindex_users_on_reset_password_tokenusersCREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token"){ ##;tableuser_groupsuser_groupsCREATE TABLE "user_groups" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)_!))wtableuser_has_rolesuser_has_rolesCREATE TABLE "user_has_roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "role_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)B"77#tableresource_import_filesresource_import_filesTCREATE TABLE "resource_import_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "content_type" varchar(255), "size" integer, "user_id" integer, "note" text, "executed_at" datetime, "state" varchar(255), "resource_import_file_name" varchar(255), "resource_import_content_type" varchar(255), "resource_import_file_size" integer, "resource_import_updated_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "resource_import_fingerprint" varchar(255), "error_message" text)  -    LH''33AdministratorAdministrator2012-07-23 16:32:292012-07-23 16:32:29@33LibrarianLibrarian2012-07-23 16:32:292012-07-23 16:32:29633UserUser2012-07-23 16:32:292012-07-23 16:32:29833GuestGuest2012-07-23 16:32:292012-07-23 16:32:29  +    LH''33AdministratorAdministrator2012-08-17 08:04:462012-08-17 08:04:46@33LibrarianLibrarian2012-08-17 08:04:462012-08-17 08:04:46633UserUser2012-08-17 08:04:462012-08-17 08:04:46833GuestGuest2012-08-17 08:04:462012-08-17 08:04:46  K : uAAA user42007-11-19 07:58:34.6374132008-05-31 04:02:25.101261user4@kamata.lib.teu.ac.jpcc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417uAAA user32007-11-19 07:58:34.6374132008-05-31 04:02:25.101261user3@kamata.lib.teu.ac.jpcc53de0c2d9a1a228daa9a673ec824473747e17507a6c3c4f7e5eff8821f531d4b9e23616b3ddc66fe17006b2298a556fbd567ac080e87f00f37eef8cee6c417AA user22008-01-18 04:29:06.9227282008-05-31 03:42:44.711117$2a$10$i7UjJhLVrJM/J7qaTwW39OXw1NiwowUEbtNHVDV0sqMLjX9.UO9ca!AA librarian22008-01-18 03:24:04.2223442008-05-31 03:42:23.340575$2a$10$YmmTGrYQ1Ir6oc7wXnp.GuNeO1eYLoP3sv8wMSIrTdaGw2BPwRrpS1AAAuser12007-11-19 07:58:34.6374132008-05-31 04:02:25.101261user1@kamata.lib.teu.ac.jp$2a$10$JthS59A0BNkDOoFpCXM0V.GhhffKaoWKbzpPahYp/vTFrOyM7h/uW;!AAKlibrarian12007-11-19 07:58:33.1724412008-05-31 03:41:16.337474librarian1@kamata.lib.teu.ac.jp$2a$10$9O2VuTccN4gHq36ARg0QReSrb1D7WrBBhZZ759RM9moHbB0W5zCzS2AACadmin2007-11-19 07:58:32.1119412008-05-31 04:16:30.163731tanabe@kamata.lib.teu.ac.jp$2a$10$vHohD1WflnTIqAa8zMkF9evwAgIZRw3XuR4d3bi29M.jph/MB/AJi X  ~  l 11-)Q35indexindex_patron_import_files_on_statepatron_import_filesSCREATE INDEX "index_patron_import_files_on_state" ON "patron_import_files" ("state")(U3=indexindex_patron_import_files_on_user_idpatron_import_filesRCREATE INDEX "index_patron_import_files_on_user_id" ON "patron_import_files" ("user_id")"'Y3Eindexindex_patron_import_files_on_parent_idpatron_import_filesQCREATE INDEX "index_patron_import_files_on_parent_id" ON "patron_import_files" ("parent_id")i/tablerolesrolesCREATE TABLE "roles" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "display_name" text, "note" text, "position" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)0=tableusersusersCREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_group_id" integer, "required_rL&33?tablepatron_import_filespatron_import_filesPCREATE TABLE "patron_import_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "content_type" varchar(255), "size" integer, "user_id" integer, "note" text, "executed_at" datetime, "state" varchar(255), "patron_import_file_name" varchar(255), "patron_import_content_type" varchar(255), "patron_import_file_size" integer, "patron_import_updated_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "patron_import_fingerprint" varchar(255), "error_message" text, "edit_mode" varchar(255))-O11indexindex_event_import_files_on_stateevent_import_filesCREATE INDEX "index_event_import_files_on_state" ON "event_import_files" ("state"),S19indexindex_event_import_files_on_user_idevent_import_files[CREATE INDEX "index_event_import_files_on_user_id" ON "event_import_files" ("user_id")+W1Aindexindex_event_import_files_on_parent_idevent_import_filesYCREATE INDEX "index_event_import_files_on_parent_id" ON "event_import_files" ("parent_id")*#]7Mindexindex_resource_import_files_on_parent_idresource_import_filesUCREATE INDEX "index_resource_import_files_on_parent_id" ON "resource_import_files" ("parent_id")$$Y7Eindexindex_resource_import_files_on_user_idresource_import_filesVCREATE INDEX "index_resource_import_files_on_user_id" ON "resource_import_files" ("user_id")%U7=indexindex_resource_import_files_on_stateresource_import_filesWCREATE INDEX "index_resource_import_files_on_state" ON "resource_import_files" ("state")33 tablepatron_import_filespatron_import_filesPCREATE TABLE "patron_import_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "pa/[Gindexindex_versions_on_item_type_and_item_idversionsCREATE INDEX "index_versions_on_item_type_and_item_id" ON "versions" ("item_type", "item_id").[tableversionsversionsCREATE TABLE "versions" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "item_type" varchar(255) NOT NULL, "item_id" integer NOT NULL, "event" varchar(255) NOT NULL, "whodunnit" varchar(255), "object" text, "created_at" datetime)"'Y3Eindexindex_patron_import_files_on_parent_idpatron_import_filesQCREATE INDEX "index_patron_import_files_on_parent_id" ON "patron_import_files" ("parent_id")(U3=indexindex_patron_import_files_on_user_idpatron_import_filesRCREATE INDEX "index_patron_import_files_on_user_id" ON "patron_import_files" ("user_id"))Q35indexindex_patron_import_files_on_statepatron_import_filesSCREATE INDEX "index_patron_import_files_on_state" ON "patron_import_files" ("state")D*113tableevent_import_filesevent_import_filesXCREATE TABLE "event_import_files" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer, "content_type" varchar(255), "size" integer, "user_id" integer, "note" text, "executed_at" datetime, "state" varchar(255), "event_import_file_name" varchar(255), "event_import_content_type" varchar(255), "event_import_file_size" integer, "event_import_updated_at" datetime, "edit_mode" varchar(255), "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "event_import_fingerprint" varchar(255), "error_message" text) UtUAuser4@kamata.lib.teu.ac.jpAuser3@kamata.lib.teu.ac.jp  Auser1@kamata.lib.teu.ac.jp#Klibrarian1@kamata.lib.teu.ac.jpCtanabe@kamata.lib.teu.ac.jp - \K AAFacultyFaculty2007-12-22 18:15:05.1264572007-12-22 18:15:05.134351E AAUserUser2007-12-22 18:14:40.1739542007-12-22 18:14:56.836548[++ AA(not specified)(not specified)2007-12-13 12:00:01.6749762007-12-13 12:00:51.564542 f3.]332012-07-23 16:32:292012-07-23 16:32:29.z332012-07-23 16:32:292012-07-23 16:32:29.o332012-07-23 16:32:292012-07-23 16:32:29.U332012-07-23 16:32:292012-07-23 16:32:29.ƊW332012-07-23 16:32:292012-07-23 16:32:29.q332012-07-23 16:32:292012-07-23 16:32:29.x332012-07-23 16:32:292012-07-23 16:32:29 + \K AAFacultyFaculty2007-12-22 18:15:05.1264572007-12-22 18:15:05.134351E AAUserUser2007-12-22 18:14:40.1739542007-12-22 18:14:56.836548[++ AA(not specified)(not specified)2007-12-13 12:00:01.6749762007-12-13 12:00:51.564542 f3.]332012-08-17 08:04:462012-08-17 08:04:46.z332012-08-17 08:04:462012-08-17 08:04:46.o332012-08-17 08:04:462012-08-17 08:04:46.U332012-08-17 08:04:462012-08-17 08:04:46.ƊW332012-08-17 08:04:462012-08-17 08:04:46.q332012-08-17 08:04:462012-08-17 08:04:46.x332012-08-17 08:04:462012-08-17 08:04:46  pending pending completed _]e6Tz0Tv:z'Cs2Nl L x  . ^ @@ -585,28 +586,29 @@ F t $ L n J \ 8Z~Bl+6 %%Sierra L!; SomaliaSomaliaSOSOM7= SpainSpainESESP724' !!MartiniqueMartiniqueMQMTQ474' !!MauritaniaMauritaniaMRMRT478% MauritiusMauritiusMUMUS480 MexicoMexicoMXMEX484Q KKMicronesia, Federated States ofMicronesia, Federated States ofFMFSM583; 55Moldova, Republic ofMoldova, Republic ofMDMDA498 MonacoMonacoMCMCO492# MongoliaMongoliaMNMNG496' !!MontserratMontserratMSMSR500! MoroccoMoroccoMAMAR504' - !!MozambiqueMozambiqueMZMOZ508! MyanmarMyanmarMMMMR104- ''New CaledoniaNew CaledoniaNCNCL540) ##New ZealandNew ZealandNZNZL554% NicaraguaNicaraguaNINIC558 NigerNigerNENER562! NigeriaNigeriaNGNGA566 NiueNiueNUNIU570/ ))Norfolk IslandNorfolk IslandNFNFK574C ==Northern Mariana IslandsNorthern Mariana IslandsMPMNP580 NorwayNorwayfNOR578 OmanOmanOMOMN512# PakistanPakistanPKPAK586 PalauPalauPWPLW585 PanamaPanamaPAPAN5913 --Papua New GuineaPapua New GuineaPGPNG598# ParaguayParaguayPYPRY600 PeruPeruPEPER604)! ##PhilippinesPhilippinesPHPHL608#" PitcairnPitcairnPNPCN612# PolandPolandPLPOL616#$ PortugalPortugalPTPRT620)% ##Puerto RicoPuerto RicoPRPRI630& QatarQatarQAQAT634!' ReunionReunionREREU638!( RomaniaRomaniaROROM6427) 11Russian FederationRussian FederationRURUS643++ %%Saint HelenaSaint HelenaSHSHN654=a YemenYemenYEYEM887/` ))Western SaharaWestern SaharaEHESH7325_ //Wallis and FutunaWallis and FutunaWFWLF876;^ 55Virgin Islands, U.S.Virgin Islands, U.S.VIVIR850A] ;;Virgin Islands, BritishVirgin Islands, BritishVGVGB092#\ Viet NamViet NamVNVNM704=2 77Sao Tome and PrincipeSao Tome and PrincipeSTSTP678+3 %%Saudi ArabiaSaudi ArabiaSASAU682!4 SenegalSenegalSNSEN686'5 !!SeychellesSeychellesSCSYC690+6 %%Sierra LeoneSierra LeoneSLSLE694%7 SingaporeSingaporeSGSGP702#8 SlovakiaSlovakiaSKSVK703#9 SloveniaSloveniaSISVN7051: ++Solomon IslandsSolomon IslandsSBSLB090!; SomaliaSomaliaSOSOM706+< %%South AfricaSouth AfricaZAZAF710= SpainSpainESESP724%> Sri LankaSri LankaLKLKA144? SudanSudanSDSDN736#@ SurinameSurinameSRSUR740?A 99Svalbard and Jan MayenSvalbard and Jan MayenSJSJM744%B SwazilandSwazilandSZSWZ748C SwedenSwedenSESWE752)D ##SwitzerlandSwitzerlandCHCHE756;E 55Syrian Arab RepublicSyrian Arab RepublicSYSYR760EF ??Taiwan, Province of ChinaTaiwan, Province of ChinaTWTWN158'G !!TajikistanTajikistanTJTJK762KH EETanzania, United Republic ofTanzania, United Republic ofTZTZA834#I ThailandThailandTHTHA764J TogoTogoTGTGO768!K TokelauTokelauTKTKL772L TongaTongaTOTON7769M 33Trinidad and TobagoTrinidad and TobagoTTTTO780!N TunisiaTunisiaTNTUN788O TurkeyTurkeyTRTUR792+P %%TurkmenistanTurkmenistanTMTKM795CQ ==Turks and Caicos IslandsTurks and Caicos IslandsTCTCA796R TuvaluTuvaluTVTUV798S UgandaUgandaUGUGA800!T UkraineUkraineUAUKR804;U 55United Arab EmiratesUnited Arab EmiratesAEARE784/V ))United KingdomUnited KingdomGBGBR826-W ''United StatesUnited StatesUSUSA840!X UruguayUruguayUYURY858'Y !!UzbekistanUzbekistanUZUZB860!Z VanuatuVanuatuVUVUT548%[ VenezuelaVenezuelaVEVEN862b ZambiaZambiaZMZMB894#c ZimbabweZimbabweZWZWE716 bZ[  ! F i - -? -`L)~8"Z - - -  % H m  / T s1@_f ~ - + L k 0LcmE}Al2WrCh) + !!MozambiqueMozambiqueMZMOZ508! MyanmarMyanmarMMMMR104- ''New CaledoniaNew CaledoniaNCNCL540) ##New ZealandNew ZealandNZNZL554% NicaraguaNicaraguaNINIC558 NigerNigerNENER562! NigeriaNigeriaNGNGA566 NiueNiueNUNIU570/ ))Norfolk IslandNorfolk IslandNFNFK574C ==Northern Mariana IslandsNorthern Mariana IslandsMPMNP580 NorwayNorwayfNOR578 OmanOmanOMOMN512# PakistanPakistanPKPAK586 PalauPalauPWPLW585 PanamaPanamaPAPAN5913 --Papua New GuineaPapua New GuineaPGPNG598# ParaguayParaguayPYPRY600 PeruPeruPEPER604)! ##PhilippinesPhilippinesPHPHL608#" PitcairnPitcairnPNPCN612# PolandPolandPLPOL616#$ PortugalPortugalPTPRT620)% ##Puerto RicoPuerto RicoPRPRI630& QatarQatarQAQAT634!' ReunionReunionREREU638!( RomaniaRomaniaROROM6427) 11Russian FederationRussian FederationRURUS643++ %%Saint HelenaSaint HelenaSHSHN654=a YemenYemenYEYEM887/` ))Western SaharaWestern SaharaEHESH7325_ //Wallis and FutunaWallis and FutunaWFWLF876;^ 55Virgin Islands, U.S.Virgin Islands, U.S.VIVIR850A] ;;Virgin Islands, BritishVirgin Islands, BritishVGVGB092#\ Viet NamViet NamVNVNM704=2 77Sao Tome and PrincipeSao Tome and PrincipeSTSTP678+3 %%Saudi ArabiaSaudi ArabiaSASAU682!4 SenegalSenegalSNSEN686'5 !!SeychellesSeychellesSCSYC690+6 %%Sierra LeoneSierra LeoneSLSLE694%7 SingaporeSingaporeSGSGP702#8 SlovakiaSlovakiaSKSVK703#9 SloveniaSloveniaSISVN7051: ++Solomon IslandsSolomon IslandsSBSLB090!; SomaliaSomaliaSOSOM706+< %%South AfricaSouth AfricaZAZAF710= SpainSpainESESP724%> Sri LankaSri LankaLKLKA144? SudanSudanSDSDN736#@ SurinameSurinameSRSUR740?A 99Svalbard and Jan MayenSvalbard and Jan MayenSJSJM744%B SwazilandSwazilandSZSWZ748C SwedenSwedenSESWE752)D ##SwitzerlandSwitzerlandCHCHE756;E 55Syrian Arab RepublicSyrian Arab RepublicSYSYR760EF ??Taiwan, Province of ChinaTaiwan, Province of ChinaTWTWN158'G !!TajikistanTajikistanTJTJK762KH EETanzania, United Republic ofTanzania, United Republic ofTZTZA834#I ThailandThailandTHTHA764J TogoTogoTGTGO768!K TokelauTokelauTKTKL772L TongaTongaTOTON7769M 33Trinidad and TobagoTrinidad and TobagoTTTTO780!N TunisiaTunisiaTNTUN788O TurkeyTurkeyTRTUR792+P %%TurkmenistanTurkmenistanTMTKM795CQ ==Turks and Caicos IslandsTurks and Caicos IslandsTCTCA796R TuvaluTuvaluTVTUV798S UgandaUgandaUGUGA800!T UkraineUkraineUAUKR804;U 55United Arab EmiratesUnited Arab EmiratesAEARE784/V ))United KingdomUnited KingdomGBGBR826-W ''United StatesUnited StatesUSUSA840!X UruguayUruguayUYURY858'Y !!UzbekistanUzbekistanUZUZB860!Z VanuatuVanuatuVUVUT548%[ VenezuelaVenezuelaVEVEN862b ZambiaZambiaZMZMB894#c ZimbabweZimbabweZWZWE716 bVW  B e + +; +\ H%z4V + + + + ! D i + Po-<[b z + + L k ,H_iAyAl2WrCh) ##AzerbaijaniAzerbaijaniazazeaze" SwedishSwedishsvsweswe(+ EnglishEnglishEnglishenengeng+"9 YiddishYiddishyiyidyid'F !!IndonesianIndonesianidindindF AymaraAymaraayaymaym SwatiSwatisssswssw#* DzongkhaDzongkhadzdzodzo*8 XhosaXhosaxhxhoxho -PashtoPashtopsp! +PashtoPasht! ChechenChechencechecheU KikuyuKikuyukikikkikU9 GreekGreekelgreell9# ChamorroChamorrochchachaT KhmerKhmerkmkhmkhmT8 @@ -678,12 +680,12 @@ CzechCzechcsczeces&' DanishDanishdadandan'( DivehiDivehidvdivdiv() DutchDutchnldutnld)#* DzongkhaDzongkhadzdzodzo*(+ -EnglishEnglishEnglishenengeng+#: -GuaraníGuaranígngrngrn:#; +EnglishEnglishEnglishenengeng+': +!!GuaraníGuaranígngrngrn:#; GujaratiGujaratigugujguj;!< HaitianHaitianhthathat<= HausaHausahahauhau=> HebrewHebrewhehebheb>? HereroHererohzherher?@ @@ -704,21 +706,21 @@ KwanyamaKwanyamakjkuakua]^ LaoLaololaolao^_ LatinLatinlalatlat_!` LatvianLatvianlvlavlav`'a !!LimburgishLimburgishlilimlima!b -LingalaLingalalnlinlinb ZnafBh  H w - -. -O -n - - - ->@  R w  > a $ M r &eCmE BkCdK I m - -K Ch) +LingalaLingalalnlinlinb ZfY ^:`  @ o + +* +K +j + + + +6~8  N s  : ] I n ]{;e= >gCdC E i + +G {7z\) ##AzerbaijaniAzerbaijaniazazeaze" SwedishSwedishsvsweswe(+ EnglishEnglishEnglishenengeng+"9 YiddishYiddishyiyidyid'F !!IndonesianIndonesianidindindF @@ -728,11 +730,11 @@ XhosaXhosaxhxhoxho PashtoPashtopspuspus! PanjabiPanjabipapanpan! AvestanAvestanaeaveave " SwahiliSwahiliswswaswa) -& +& SardinianSardinianscsrdsrdp MaoriMāoriimimaomrip%o MongolianMongolianmnmonmono ) TswanaTswanatntsntsn%n MoldavianMoldavianmomolmoln ( @@ -776,12 +778,12 @@ NavajoNavajonvnavnavrs NdongaNdongangndondost NepaliNepalinenepnept-u ''North NdebeleNorth Ndebelendndendeu-v ''Northern SamiNorthern Samisesmesmev$w -NorwegianNorwegianfnornorw5x -//Norwegian BokmålNorwegian Bokmålnbnobnobx5y +NorwegianNorwegianfnornorw9x +33Norwegian BokmÃ¥lNorwegian BokmÃ¥lnbnobnobx5y //Norwegian NynorskNorwegian Nynorsknnnnonnoy!z OccitanOccitanocociociz{ OjibwaOjibwaojojioji{| OriyaOriyaororiori|} OromoOromoomormorm}#~ @@ -812,11 +814,11 @@ UighurUighuruguiguig&. UkrainianUkrainianukukrukr/ UrduUrduururdurd0 UzbekUzbekuzuzbuzb1 VendaVendavevenven(2 -!!VietnameseVietnamesevivievie$3 -VolapükVolapükvovolvol"4 +!!VietnameseVietnamesevivievie(3 +!!VolapükVolapükvovolvol"4 WalloonWalloonwawlnwln5 WelshWelshcywelcym26 ++Western FrisianWestern Frisianfyfryfry7 WolofWolofwowolwol8 XhosaXhosaxhxhoxho"9 \ No newline at end of file