mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
fix patch path
This commit is contained in:
parent
41f5b8a20f
commit
751efa4b11
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
--- ./config_sql.py 2023-10-21 12:40:32.000000000 +0200
|
||||
+++ ./config_sql.py.new 2023-11-09 23:14:23.774051473 +0100
|
||||
--- a/cps/config_sql.py 2023-10-21 12:40:32.000000000 +0200
|
||||
+++ b/cps/config_sql.py 2023-11-09 23:14:23.774051473 +0100
|
||||
@@ -67,7 +67,7 @@
|
||||
mail_server_type = Column(SmallInteger, default=0)
|
||||
mail_gmail_token = Column(JSON, default={})
|
||||
|
|
Loading…
Add table
Reference in a new issue