today_ai_weather/db
songtianlun 7612dd6bd9
Some checks are pending
CI / scan_ruby (push) Waiting to run
CI / lint (push) Waiting to run
CI / test (push) Waiting to run
Docker / docker (push) Waiting to run
refactor: tidy up code style and remove unused fields
- Added a space in the array passed to `add_index` in the migration
- Removed unused columns `last_weather_fetch` and `last_image_generation` from the `cities` table
- Ensured consistent code style in the `GenerateWeatherArtWorker` and added required newline at the end of files

These changes improve code readability and maintainability while ensuring that
no unnecessary fields exist in the database schema.
2025-01-24 00:25:06 +08:00
..
migrate refactor: tidy up code style and remove unused fields 2025-01-24 00:25:06 +08:00
seeds refactor: simplify city weather generation logic 2025-01-24 00:14:29 +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 refactor: clean up city model and adjust worker timing 2025-01-23 23:59:48 +08:00
seeds.rb chore: update admin user creation for seeds 2025-01-23 00:40:42 +08:00