Skip to content

Commit

Permalink
rebase on one login changes
Browse files Browse the repository at this point in the history
  • Loading branch information
starswan committed Nov 5, 2024
1 parent b0e12a4 commit b2c49e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.

ActiveRecord::Schema[7.1].define(version: 2024_10_29_111208) do
ActiveRecord::Schema[7.1].define(version: 2024_10_29_154606) do
# These are extensions that must be enabled in order to support this database
enable_extension "btree_gist"
enable_extension "citext"
Expand Down Expand Up @@ -688,6 +688,7 @@
t.string "flexi_working"
t.integer "extension_reason"
t.string "other_extension_reason_details"
t.integer "religion_type"
t.index ["expires_at"], name: "index_vacancies_on_expires_at"
t.index ["external_source", "external_reference"], name: "index_vacancies_on_external_source_and_external_reference"
t.index ["geolocation", "expires_at", "publish_on"], name: "index_vacancies_on_geolocation_and_expires_at_and_publish_on", using: :gist
Expand Down

0 comments on commit b2c49e7

Please sign in to comment.