today_ai_weather/db
songtianlun 3f1e8892f9 chore: update AWS SDK dependencies and improve schema
- Downgraded `aws-sdk-s3` to version 1.170 and updated
  `aws-sdk-core` to 3.211 to maintain compatibility with
  existing code.
- Updated various column types in the database schema
  from `integer` to `bigint` to handle larger values and
  improve data integrity.
- Modified the `sync_geo_data.rake` task to use
  `find_or_create_by` for `Country`, improving the logic
  for ensuring unique countries based on ISO code.

These changes enhance dependency management and improve
schema robustness while maintaining functionality.
2025-02-10 14:43:34 +08:00
..
migrate feat: update database schema 2025-02-09 21:55:47 +08:00
seeds style: format priority values for consistency 2025-01-24 09:09:57 +08:00
cable_schema.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
cache_schema.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
queue_schema.rb init with rails8 + active-admin 2025-01-19 01:13:59 +08:00
schema.rb chore: update AWS SDK dependencies and improve schema 2025-02-10 14:43:34 +08:00
seeds.rb refactor: adjust ordering of weather arts 2025-02-03 11:15:31 +08:00