Skip to content

Commit

Permalink
Sync demo schema
Browse files Browse the repository at this point in the history
After rails/rails#52313, the schema is now included
  • Loading branch information
Earlopain committed Jan 26, 2025
1 parent b6cbd53 commit d108459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

ActiveRecord::Schema.define(version: 2024_08_01_143343) do
# These are extensions that must be enabled in order to support this database
enable_extension "pg_catalog.plpgsql"
enable_extension "pg_stat_statements"
enable_extension "pgcrypto"
enable_extension "plpgsql"

create_table "good_job_batches", id: :uuid, default: -> { "gen_random_uuid()" }, force: :cascade do |t|
t.datetime "created_at", null: false
Expand Down

0 comments on commit d108459

Please # to comment.