Switch to side-by-side view

--- a/Allura/allura/model/artifact.py
+++ b/Allura/allura/model/artifact.py
@@ -295,8 +295,8 @@
         history_class = Snapshot
 
     version = FieldProperty(S.Int, if_missing=0)
-    # Not null if artifact originated from external batch import
-    import_id = FieldProperty(S.ObjectId, if_missing=None)
+    # Not null if artifact originated from external import, then API ticket id
+    import_id = FieldProperty(str, if_missing=None)
 
     def commit(self):
         '''Save off a snapshot of the artifact and increment the version #'''