Skip to content

Commit

Permalink
SQLite is production-ready AND a perfect fit for the project
Browse files Browse the repository at this point in the history
  • Loading branch information
kronn committed Dec 21, 2023
1 parent 3d870b9 commit 7e5c624
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,7 @@

# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

# SQLite is production-ready AND a perfect fit for the project
config.active_record.sqlite3_production_warning = false
end

0 comments on commit 7e5c624

Please sign in to comment.