Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Zhang <[email protected]>
  • Loading branch information
zmcNotafraid committed Dec 25, 2024
2 parents d0bfc41 + cf5ef70 commit 408a32c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions app/serializers/daily_statistic_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,8 @@ class DailyStatisticSerializer
attribute :knowledge_size, if: Proc.new { |_record, params|
params.present? && params[:indicator].include?("knowledge_size")
}

attribute :activity_address_contract_distribution, if: Proc.new { |_record, params|
params.present? && params[:indicator].include?("activity_address_contract_distribution")
}
end
3 changes: 0 additions & 3 deletions db/structure.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6306,11 +6306,8 @@ INSERT INTO "schema_migrations" (version) VALUES
('20241212022531'),
('20241213053309'),
('20241218085721'),
<<<<<<< HEAD
('20241223023654'),
('20241223060331'),
=======
>>>>>>> issue-804
('20241225045757');


0 comments on commit 408a32c

Please sign in to comment.