Skip to content

Commit

Permalink
Add completed_date to lotteries_entrant_service_details
Browse files Browse the repository at this point in the history
  • Loading branch information
moveson committed Dec 19, 2024
1 parent f17c701 commit 594077b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
class AddCompletedDateToLotteriesEntrantServiceDetails < ActiveRecord::Migration[7.0]
def change
add_column :lotteries_entrant_service_details, :completed_date, :date
end
end
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.0].define(version: 2024_12_19_031810) do
ActiveRecord::Schema[7.0].define(version: 2024_12_19_195819) do
# These are extensions that must be enabled in order to support this database
enable_extension "fuzzystrmatch"
enable_extension "pg_trgm"
Expand Down Expand Up @@ -366,6 +366,7 @@
t.string "form_rejected_comments"
t.datetime "created_at", null: false
t.datetime "updated_at", null: false
t.date "completed_date"
end

create_table "lottery_divisions", force: :cascade do |t|
Expand Down
Binary file modified erd.pdf
Binary file not shown.

0 comments on commit 594077b

Please sign in to comment.