Skip to content

Commit

Permalink
Fix up PR - Invite everyone to event
Browse files Browse the repository at this point in the history
  • Loading branch information
matyikriszta committed Oct 13, 2022
1 parent 78f8f26 commit 952a08b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,4 @@ TAGS

# Ignore local uploads
public/uploads/

vendor/bundle
vendor/bundle
4 changes: 1 addition & 3 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,7 @@
t.string "external_url"
t.boolean "confirmation_required", default: false
t.boolean "surveys_required", default: false
t.string "audience",
t.boolean "remote", default: false, null: false
t.string "timezone"
t.string "audience"
end

add_index "events", ["slug"], name: "index_events_on_slug", unique: true, using: :btree
Expand Down

0 comments on commit 952a08b

Please sign in to comment.