|
137 | 137 |
|
138 | 138 | create_table "proposals", force: :cascade do |t| |
139 | 139 | t.text "abstract" |
| 140 | + t.float "average_rating" |
140 | 141 | t.text "confirmation_notes" |
141 | 142 | t.datetime "confirmed_at", precision: nil |
142 | 143 | t.datetime "created_at", precision: nil |
|
146 | 147 | t.text "pitch" |
147 | 148 | t.text "proposal_data" |
148 | 149 | t.bigint "session_format_id" |
| 150 | + t.string "spoken_language" |
149 | 151 | t.string "state", default: "submitted" |
150 | 152 | t.string "title" |
151 | 153 | t.bigint "track_id" |
|
182 | 184 | end |
183 | 185 |
|
184 | 186 | create_table "services", force: :cascade do |t| |
| 187 | + t.string "account_name" |
| 188 | + t.datetime "created_at", precision: nil |
185 | 189 | t.string "provider" |
| 190 | + t.string "uemail" |
186 | 191 | t.string "uid" |
187 | | - t.integer "user_id" |
188 | 192 | t.string "uname" |
189 | | - t.string "account_name" |
190 | | - t.string "uemail" |
191 | | - t.datetime "created_at" |
192 | | - t.datetime "updated_at" |
| 193 | + t.datetime "updated_at", precision: nil |
| 194 | + t.integer "user_id" |
193 | 195 | t.index ["user_id"], name: "index_services_on_user_id" |
194 | 196 | end |
195 | 197 |
|
|
217 | 219 | end |
218 | 220 |
|
219 | 221 | create_table "speakers", force: :cascade do |t| |
| 222 | + t.string "age_range" |
220 | 223 | t.text "bio" |
221 | 224 | t.datetime "created_at", precision: nil |
| 225 | + t.string "ethnicity" |
222 | 226 | t.bigint "event_id" |
| 227 | + t.boolean "first_time_speaker" |
223 | 228 | t.text "info" |
224 | 229 | t.bigint "program_session_id" |
| 230 | + t.string "pronouns" |
225 | 231 | t.bigint "proposal_id" |
226 | 232 | t.string "speaker_email" |
227 | 233 | t.string "speaker_name" |
|
318 | 324 | t.inet "current_sign_in_ip" |
319 | 325 | t.string "email", default: "", null: false |
320 | 326 | t.string "encrypted_password", default: "", null: false |
| 327 | + t.string "github_account" |
| 328 | + t.string "github_uid" |
321 | 329 | t.datetime "last_sign_in_at", precision: nil |
322 | 330 | t.inet "last_sign_in_ip" |
323 | 331 | t.string "name" |
|
326 | 334 | t.datetime "reset_password_sent_at", precision: nil |
327 | 335 | t.string "reset_password_token" |
328 | 336 | t.integer "sign_in_count", default: 0, null: false |
| 337 | + t.string "twitter_account" |
| 338 | + t.string "twitter_uid" |
329 | 339 | t.string "uid" |
330 | 340 | t.string "unconfirmed_email" |
331 | 341 | t.datetime "updated_at", precision: nil |
|
0 commit comments