acikyazilimagi / deprem-yardim-backend-go

Apache License 2.0
288 stars 56 forks source link

`is_location_verified` and `is_need_verified` columns and params added #122

Closed huseyinbabal closed 1 year ago

huseyinbabal commented 1 year ago

⚠️ Please create add following columns to feeds_location table first

alter table public.feeds_location
    add is_location_verified boolean default false;

alter table public.feeds_location
    add is_need_verified boolean default false;

Description

is_location_verified ve is_need_verified request params filter is added

discord username: @huseyinbabal#7208

closes #issue closes #117 closes #116

Please describe your changes, the reason for the changes, and the content of the code. Don't forget to list the dependencies that are effected by the change.

Things to do before you open the PR

Rules for opening PR's

Changes

How were these changes tested?

Please explain the actions you've taken to test these changes. Please also explain your testing environment.

Test Configuration: