diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 4bf8106a..1fcfb913 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,7 +1,7 @@ # These are supported funding model platforms github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -patreon: roxy_wi +# patreon: roxy_wi open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel @@ -9,4 +9,5 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: ['https://paypal.me/loginovpavel'] +# custom: ['https://paypal.me/loginovpavel'] +custom: ["https://boosty.to/roxy-wi"] diff --git a/app/db_model.py b/app/db_model.py index 6115018c..2671e20f 100644 --- a/app/db_model.py +++ b/app/db_model.py @@ -370,7 +370,7 @@ class MetricsHttpStatus(BaseModel): class SMON(BaseModel): id = AutoField() - ip = IntegerField(null=True) + ip = CharField(null=True) port = IntegerField(null=True) status = IntegerField(constraints=[SQL('DEFAULT 1')]) en = IntegerField(constraints=[SQL('DEFAULT 1')])