SQLite format 3@  - k V F [ =//indexunique_schema_migrationsschema_migrationsCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")q //tableschema_migrationsschema_migrations CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)= Ytableusersusers CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "username" varchar(255), "password" varchar(255), "created_at" datetime, "updated_at" datetime)o Atabletagstags CREATE TABLE "tags" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255))U indexindex_taggings_on_taggable_id_and_taggable_type_and_contexttaggings CREATE INDEX "index_taggings_on_taggable_id_and_taggable_type_and_context" ON "taggings" ("taggable_id", "taggable_type", "context")m= indexindex_taggings_on_tag_idtaggings CREATE INDEX "index_taggings_on_tag_id" ON "taggings" ("tag_id") mtabletaggingstaggingsCREATE TABLE "taggings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "tag_id" integer, "taggable_id" integer, "taggable_type" varchar(255), "tagger_id" integer, "tagger_type" varchar(255), "context" varchar(255), "created_at" datetime)#!tablepeoplepeopleCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)3k!gindexindex_blog_posts_on_blogger_type_and_blogger_idblog_postsCREATE INDEX "index_blog_posts_on_blogger_type_and_blogger_id" ON "blog_posts" ("blogger_type", "blogger_id")/!!)tableblog_postsblog_postsCREATE TABLE "blog_posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255) NOT NULL, "body" text NOT NULL, "blogger_id" integer, "blogger_type" varchar(255), "comments_count" integer DEFAULT 0 NOT NULL, "created_at" datetime, "updated_at" datetime)I'%indexindex_blog_comments_on_post_idblog_commentsCREATE INDEX "index_blog_comments_on_post_id" ON "blog_comments" ("post_id")P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)@''?tableblog_commentsblog_commentsCREATE TABLE "blog_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255) NOT NULL, "email" varchar(255) NOT NULL, "website" varchar(255), "body" text NOT NULL, "post_id" integer NOT NULL, "state" varchar(255), "created_at" datetime, "updated_at" datetime) a# F  i +Nq 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:39.3147302011-11-18 22:32:39.314730 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:39.3049952011-11-18 22:32:39.304995 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:39.2408432011-11-18 22:32:39.240843 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:39.2310452011-11-18 22:32:39.231045 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:39.1374852011-11-18 22:32:39.137485 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!#2011-11-18 22:32:38.9632982011-11-18 22:32:38.963298 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.6658782011-11-18 22:31:33.665878 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.6571522011-11-18 22:31:33.657152 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.5960692011-11-18 22:31:33.596069 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.5864342011-11-18 22:31:33.586434 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.4892802011-11-18 22:31:33.489280 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine! 2011-11-18 22:31:33.3172002011-11-18 22:31:33.317200 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.3765232011-11-18 22:30:56.376523 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.3657192011-11-18 22:30:56.365719 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.2818012011-11-18 22:30:56.281801 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.2720412011-11-18 22:30:56.272041 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.1776302011-11-18 22:30:56.177630 9;cAAGavingavin@gavinmorrice.comhttp://gavinmorrice.comI once saw a child the size of a tangerine!2011-11-18 22:30:56.0940292011-11-18 22:30:56.094029 'blog_comments!blog_postsI usersd ######        R H > 4*|+,~"t+9 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleRUser2011-11-18 22:32:39.7635852011-11-18 22:32:39.763585+8 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleQUser2011-11-18 22:32:39.7506472011-11-18 22:32:39.750647+7 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titlePUser2011-11-18 22:32:39.7360042011-11-18 22:32:39.736004+6 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleOUser2011-11-18 22:32:39.7233832011-11-18 22:32:39.723383+5 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleNUser2011-11-18 22:32:39.7119692011-11-18 22:32:39.711969+4 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleMUser2011-11-18 22:32:39.6994102011-11-18 22:32:39.699410 3 '+AASomething newThis is the body of the blog post - you'll see it's a lot bigger than the titleHUser2011-11-18 22:32:39.4381852011-11-18 22:32:39.438185 2 '+AASomething newThis is the body of the blog post - you'll see it's a lot bigger than the titleGUser2011-11-18 22:32:39.4219182011-11-18 22:32:39.421918+I =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titledUser2011-11-18 22:32:40.1756032011-11-04 22:32:40.168785+H =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titlecUser2011-11-18 22:32:40.1646052011-11-05 22:32:40.157782+G =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titlebUser2011-11-18 22:32:40.1536482011-11-06 22:32:40.146696+F =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleaUser2011-11-18 22:32:40.1425012011-11-07 22:32:40.135356+E =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title`User2011-11-18 22:32:40.1312382011-11-08 22:32:40.125026+D =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title_User2011-11-18 22:32:40.1207672011-11-09 22:32:40.114243+C =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title^User2011-11-18 22:32:40.1097852011-11-10 22:32:40.102606+B =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title]User2011-11-18 22:32:40.0979542011-11-11 22:32:40.092373+A =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title\User2011-11-18 22:32:40.0871812011-11-12 22:32:40.080533+@ =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title[User2011-11-18 22:32:40.0765292011-11-13 22:32:40.069570+? =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleZUser2011-11-18 22:32:40.0654642011-11-14 22:32:40.058282+> =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleYUser2011-11-18 22:32:40.0537572011-11-15 22:32:40.048654+= =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleXUser2011-11-18 22:32:40.0433132011-11-16 22:32:40.036549+< =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleWUser2011-11-18 22:32:40.0324442011-11-17 22:32:40.025992+; =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleVUser2011-11-18 22:32:40.0216502011-11-18 22:32:40.014380 [|qf[UserS:UserR9UserQ8UserP7UserO6UserN5UserM4UserH3UserG2 UserdI UsercH UserbG UseraF User`E User_D User^C User]B User\A User[@ UserZ? UserY> UserX= UserW< UserV;     2 K d  } 0 K d }0Ib{.G`y,EJ3AAJeronimopassword2011-11-18 22:31:34.1442002011-11-18 22:31:34.144200K2AAbodaciouspassword2011-11-18 22:31:34.1170312011-11-18 22:31:34.117031K1AAbodaciouspassword2011-11-18 22:31:34.1047742011-11-18 22:31:34.104774K0AAbodaciouspassword2011-11-18 22:31:34.0929642011-11-18 22:31:34.092964K/AAbodaciouspassword2011-11-18 22:31:34.0808672011-11-18 22:31:34.080867K.AAbodaciouspassword2011-11-18 22:31:34.0692312011-11-18 22:31:34.069231K-AAbodaciouspassword2011-11-18 22:31:34.0570712011-11-18 22:31:34.057071K,AAbodaciouspassword2011-11-18 22:31:34.0464782011-11-18 22:31:34.046478K+AAbodaciouspassword2011-11-18 22:31:33.8381972011-11-18 22:31:33.838197K*AAbodaciouspassword2011-11-18 22:31:33.8234372011-11-18 22:31:33.823437K)AAbodaciouspassword2011-11-18 22:31:33.8135662011-11-18 22:31:33.813566K(AAbodaciouspassword2011-11-18 22:31:33.8035412011-11-18 22:31:33.803541K'AAbodaciouspassword2011-11-18 22:31:33.7844412011-11-18 22:31:33.784441K&AAbodaciouspassword2011-11-18 22:31:33.7655792011-11-18 22:31:33.765579K%AAbodaciouspassword2011-11-18 22:31:33.7568612011-11-18 22:31:33.756861K$AAbodaciouspassword2011-11-18 22:31:33.7427852011-11-18 22:31:33.742785K#AAbodaciouspassword2011-11-18 22:31:33.7292842011-11-18 22:31:33.729284K"AAbodaciouspassword2011-11-18 22:30:57.1192002011-11-18 22:30:57.119200K!AAbodaciouspassword2011-11-18 22:30:57.1081862011-11-18 22:30:57.108186K AAbodaciouspassword2011-11-18 22:30:57.0968902011-11-18 22:30:57.096890KAAbodaciouspassword2011-11-18 22:30:57.0865862011-11-18 22:30:57.086586KAAbodaciouspassword2011-11-18 22:30:57.0760932011-11-18 22:30:57.076093KAAbodaciouspassword2011-11-18 22:30:57.0656932011-11-18 22:30:57.065693KAAbodaciouspassword2011-11-18 22:30:57.0546492011-11-18 22:30:57.054649KAAbodaciouspassword2011-11-18 22:30:57.0456472011-11-18 22:30:57.045647KAAbodaciouspassword2011-11-18 22:30:57.0363992011-11-18 22:30:57.036399KAAbodaciouspassword2011-11-18 22:30:57.0254302011-11-18 22:30:57.025430KAAbodaciouspassword2011-11-18 22:30:57.0148912011-11-18 22:30:57.014891KAAbodaciouspassword2011-11-18 22:30:57.0046032011-11-18 22:30:57.004603KAAbodaciouspassword2011-11-18 22:30:56.9937132011-11-18 22:30:56.993713KAAbodaciouspassword2011-11-18 22:30:56.9828182011-11-18 22:30:56.982818KAAbodaciouspassword2011-11-18 22:30:56.9723472011-11-18 22:30:56.972347JAAJeronimopassword2011-11-18 22:30:56.8587522011-11-18 22:30:56.858752JAAJeronimopassword2011-11-18 22:30:56.8521372011-11-18 22:30:56.852137KAAbodaciouspassword2011-11-18 22:30:56.7917872011-11-18 22:30:56.791787KAAbodaciouspassword2011-11-18 22:30:56.7805082011-11-18 22:30:56.780508KAAbodaciouspassword2011-11-18 22:30:56.7680752011-11-18 22:30:56.768075KAAbodaciouspassword2011-11-18 22:30:56.7555532011-11-18 22:30:56.755553K AAbodaciouspassword2011-11-18 22:30:56.7445252011-11-18 22:30:56.744525K AAbodaciouspassword2011-11-18 22:30:56.7323562011-11-18 22:30:56.732356K AAbodaciouspassword2011-11-18 22:30:56.7211712011-11-18 22:30:56.721171K AAbodaciouspassword2011-11-18 22:30:56.5072132011-11-18 22:30:56.507213K AAbodaciouspassword2011-11-18 22:30:56.4924662011-11-18 22:30:56.492466KAAbodaciouspassword2011-11-18 22:30:56.4824632011-11-18 22:30:56.482463KAAbodaciouspassword2011-11-18 22:30:56.4731592011-11-18 22:30:56.473159KAAbodaciouspassword2011-11-18 22:30:56.4568492011-11-18 22:30:56.456849KAAbodaciouspassword2011-11-18 22:30:56.4398032011-11-18 22:30:56.439803KAAbodaciouspassword2011-11-18 22:30:56.4310202011-11-18 22:30:56.431020KAAbodaciouspassword2011-11-18 22:30:56.4181262011-11-18 22:30:56.418126KAAbodaciouspassword2011-11-18 22:30:56.4092422011-11-18 22:30:56.409242KAAbodaciouspassword2011-11-18 22:30:55.8779162011-11-18 22:30:55.83 )20111118222921)20111118222920)20110819103335)20110814091304)20111118222922 )20111118222921)20111118222920)20110819103335)20110814091304)20111118222922 t+,~"tttttttttttttttt+9 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleRUser2011-11-18 22:32:39.7635852011-11-18 22:32:39.763585+8 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleQUser2011-11-18 22:32:39.7506472011-11-18 22:32:39.750647+7 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titlePUser2011-11-18 22:32:39.7360042011-11-18 22:32:39.736004+6 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleOUser2011-11-18 22:32:39.7233832011-11-18 22:32:39.723383+5 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleNUser2011-11-18 22:32:39.7119692011-11-18 22:32:39.711969+4 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleMUser2011-11-18 22:32:39.6994102011-11-18 22:32:39.699410 3 '+AASomething newThis is the body of the blog post - you'll see it's a lot bigger than the titleHUser2011-11-18 22:32:39.4381852011-11-18 22:32:39.438185 2 '+AASomething newThis is the body of the blog post - you'll see it's a lot bigger than the titleGUser2011-11-18 22:32:39.4219182011-11-18 22:32:39.421918 2=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleCUser2011-11-18 22:31:34.5161212011-11-04 22:31:34.510649 =+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleBUser2011-11-18 22:31:34.5050412011-11-05 22:31:34.499794=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleAUser2011-11-18 22:31:34.4945522011-11-06 22:31:34.488988(=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title@User2011-11-18 22:31:34.4836392011-11-07 22:31:34.478594z=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title?User2011-11-18 22:31:34.4731362011-11-08 22:31:34.467727=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title>User2011-11-18 22:31:34.4622692011-11-09 22:31:34.456650=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the title=User2011-11-18 22:31:34.4511612011-11-10 22:31:34.446031p=+AATis is a blog post titleThis is the body of the blog post - you'll see it's a lot bigger than the titleAAbodaciouspassword2011-11-18 22:31:34.4571902011-11-18 22:31:34.457190K=AAbodaciouspassword2011-11-18 22:31:34.4463662011-11-18 22:31:34.446366K<AAbodaciouspassword2011-11-18 22:31:34.4362412011-11-18 22:31:34.436241K;AAbodaciouspassword2011-11-18 22:31:34.4275672011-11-18 22:31:34.427567K:AAbodaciouspassword2011-11-18 22:31:34.4170022011-11-18 22:31:34.417002K9AAbodaciouspassword2011-11-18 22:31:34.4064832011-11-18 22:31:34.406483K8AAbodaciouspassword2011-11-18 22:31:34.3956312011-11-18 22:31:34.395631K7AAbodaciouspassword2011-11-18 22:31:34.3851962011-11-18 22:31:34.385196K6AAbodaciouspassword2011-11-18 22:31:34.3745362011-11-18 22:31:34.374536K5AAbodaciouspassword2011-11-18 22:31:34.3636512011-11-18 22:31:34.363651J4AAJeronimopassword2011-11-18 22:31:34.1528082011-11-18 22:31:34.152808