Closed kevinresol closed 8 years ago
Allow running some code after a schema is initialized. Example:
@:schemaOptions({ autoIndex: true, typeKey: '__type__', post: { _schema.index({'email.address': 1}, {unique: true}); } })
Thanks !
Allow running some code after a schema is initialized. Example: