mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
rename language column because language is a reserved keyword in hsqldb
This commit is contained in:
@@ -43,7 +43,7 @@ public class UserSettings extends AbstractModel {
|
||||
@Column(nullable = false)
|
||||
private ViewMode viewMode;
|
||||
|
||||
@Column(length = 4)
|
||||
@Column(name = "user_lang", length = 4)
|
||||
private String language;
|
||||
|
||||
private boolean showRead;
|
||||
|
||||
Reference in New Issue
Block a user