In Progress - Migrating content to live site Use simple REST API to migrate my real content from this Jot Hut test site and from Toledo Talk into the live Jot Hut site. +From test jot jut+ bq. select * from content where type in ('b','m') and status='o' order by id asc Preserve all the data except anything that was a reply blog post, so ignore the parentid from the test content. Preserve created date. *may need to add an import date column to content table* h2. July 29, 2013 update * created rest client script to read content from kestrel and to send it to junco server app. * created a server module to receive client data and to input it into the database, preserving created and modified dates. * junco content db table does have the importdate column, and that info is displayed on blog and microblog posts. #junco #todo #inprogress