Fixed duplicate column name in TaskAttachment

pull/14/head
Sam Bosley 12 years ago
parent dd96750138
commit 4f0fa98253

@ -84,7 +84,7 @@ public final class TaskAttachment extends RemoteModel {
/** Attachment deletion date */ /** Attachment deletion date */
public static final LongProperty DELETED_AT = new LongProperty( public static final LongProperty DELETED_AT = new LongProperty(
TABLE, "created_at", Property.PROP_FLAG_DATE); TABLE, "deleted_at", Property.PROP_FLAG_DATE);
/** List of all properties for this model */ /** List of all properties for this model */
public static final Property<?>[] PROPERTIES = generateProperties(TaskAttachment.class); public static final Property<?>[] PROPERTIES = generateProperties(TaskAttachment.class);

Loading…
Cancel
Save