1
0
Fork 0
mirror of https://github.com/yweber/lodel2.git synced 2025-11-13 09:29:16 +01:00

Changed the emfield_new method

This commit is contained in:
Roland Haroutiounian 2016-05-27 11:20:42 +02:00
commit 77f1db337b

View file

@ -91,9 +91,6 @@ class MongoDbMigrationHandler(GenericMigrationHandler):
self._create_field_in_collection(class_name, uid, new_state)
return True
if new_state['internal']:
# TODO ?
else:
collection_name = self._class_collection_name_from_field(model, new_state)
field_definition = self._field_definition(new_state['data_handler'], new_state)