Skip to content

Commit

Permalink
Use SQL to record database schema
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Nov 12, 2024
1 parent 5ff28b0 commit 5678999
Show file tree
Hide file tree
Showing 3 changed files with 459 additions and 117 deletions.
3 changes: 3 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ class Application < Rails::Application
# config.time_zone = "Central Time (US & Canada)"
# config.eager_load_paths << Rails.root.join("extras")

# Make sure schema contains triggers
config.active_record.schema_format = :sql

# Don't generate system test files.
config.generators.system_tests = nil

Expand Down
117 changes: 0 additions & 117 deletions db/schema.rb

This file was deleted.

Loading

0 comments on commit 5678999

Please sign in to comment.