|
215 | 215 | create_table "basil_feedbacks", force: :cascade do |t| |
216 | 216 | t.integer "basil_commission_id", null: false |
217 | 217 | t.integer "user_id", null: false |
218 | | - t.integer "score_adjustment" |
| 218 | + t.integer "score_adjustment", default: 0 |
219 | 219 | t.datetime "created_at", precision: 6, null: false |
220 | 220 | t.datetime "updated_at", precision: 6, null: false |
221 | 221 | t.index ["basil_commission_id"], name: "index_basil_feedbacks_on_basil_commission_id" |
|
1669 | 1669 | t.integer "content_id" |
1670 | 1670 | t.datetime "created_at", null: false |
1671 | 1671 | t.datetime "updated_at", null: false |
1672 | | - t.string "src_file_name" |
1673 | | - t.string "src_content_type" |
1674 | | - t.bigint "src_file_size" |
1675 | | - t.datetime "src_updated_at" |
| 1672 | + t.string "src" |
1676 | 1673 | t.index ["content_type", "content_id"], name: "index_image_uploads_on_content_type_and_content_id" |
1677 | 1674 | t.index ["user_id"], name: "index_image_uploads_on_user_id" |
1678 | 1675 | end |
|
1941 | 1938 | t.string "name", null: false |
1942 | 1939 | t.string "type_of" |
1943 | 1940 | t.text "description" |
1944 | | - t.string "map_file_name" |
1945 | | - t.string "map_content_type" |
1946 | | - t.integer "map_file_size" |
1947 | | - t.datetime "map_updated_at" |
1948 | 1941 | t.string "population" |
1949 | 1942 | t.string "language" |
1950 | 1943 | t.string "currency" |
|
3216 | 3209 | t.datetime "updated_at", null: false |
3217 | 3210 | t.boolean "locked", default: false, null: false |
3218 | 3211 | t.index ["messageboard_group_id"], name: "index_thredded_messageboards_on_messageboard_group_id" |
3219 | | - t.index ["slug"], name: "index_thredded_messageboards_on_slug", unique: true |
| 3212 | + t.index ["slug"], name: "index_thredded_messageboards_on_slug" |
3220 | 3213 | end |
3221 | 3214 |
|
3222 | 3215 | create_table "thredded_notifications_for_followed_topics", force: :cascade do |t| |
|
3291 | 3284 | t.datetime "updated_at", null: false |
3292 | 3285 | t.index ["hash_id"], name: "index_thredded_private_topics_on_hash_id" |
3293 | 3286 | t.index ["last_post_at"], name: "index_thredded_private_topics_on_last_post_at" |
3294 | | - t.index ["slug"], name: "index_thredded_private_topics_on_slug", unique: true |
| 3287 | + t.index ["slug"], name: "index_thredded_private_topics_on_slug" |
3295 | 3288 | end |
3296 | 3289 |
|
3297 | 3290 | create_table "thredded_private_users", force: :cascade do |t| |
|
0 commit comments