Split: add schema version and drop pretty_id (was placeholder looking for purpose)

STUD-1359
This commit is contained in:
Don Mitchell
2014-03-06 11:56:35 -05:00
parent 3884ba4758
commit 542b146f2f
10 changed files with 38 additions and 46 deletions

View File

@@ -1,6 +1,5 @@
[{"_id" : "GreekHero",
"org" : "testx",
"prettyid" : "test_course",
"versions" : {
"draft" : { "$oid" : "1d00000000000000dddd0000" }
},
@@ -9,7 +8,6 @@
{"_id" : "wonderful",
"org" : "testx",
"prettyid" : "another_course",
"versions" : {
"draft" : { "$oid" : "1d00000000000000dddd2222" },
"published" : { "$oid" : "1d00000000000000eeee0000" }
@@ -19,7 +17,6 @@
{"_id" : "contender",
"org" : "guestx",
"prettyid" : "test_course",
"versions" : {
"draft" : { "$oid" : "1d00000000000000dddd5555" }},
"edited_on" : {"$date" : 1364491313238},