Skip to content

Commit

Permalink
Fixup events admin table
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Jul 20, 2024
1 parent d602335 commit 021a24b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions app/views/admin/events/index.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
%th Rating
%th Submitter
%th Speakers
%th Volunteers
- if @program.languages.present?
%th Language
%th Requires Registration
Expand Down
2 changes: 0 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,6 @@
t.integer "conference_id", null: false
t.datetime "created_at", precision: nil, null: false
t.datetime "updated_at", precision: nil, null: false
t.string "currency"
end

create_table "physical_tickets", force: :cascade do |t|
Expand Down Expand Up @@ -545,7 +544,6 @@
t.integer "payment_id"
t.integer "week"
t.float "amount_paid", default: 0.0
t.string "currency"
end

create_table "ticket_scannings", force: :cascade do |t|
Expand Down

0 comments on commit 021a24b

Please sign in to comment.