mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
filter is a reserved keyword in liquibase 4.7+ for h2, rename to filtering_expression
This commit is contained in:
@@ -40,7 +40,7 @@ public class FeedSubscription extends AbstractModel {
|
||||
|
||||
private Integer position;
|
||||
|
||||
@Column(length = 4096)
|
||||
@Column(name = "filtering_expression", length = 4096)
|
||||
private String filter;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user