Modified to change the column name.

parent b24a5293
...@@ -35,6 +35,6 @@ public class EndOfSaleEntity { ...@@ -35,6 +35,6 @@ public class EndOfSaleEntity {
@Type(type = "jsonb") @Type(type = "jsonb")
@Column(name = "offers") @Column(name = "offers")
String offers; String offers;
@Column(name = "finished") @Column(name = "isprocessed")
Boolean isProcessed = Boolean.TRUE; Boolean isProcessed = Boolean.TRUE;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment