-
-
Notifications
You must be signed in to change notification settings - Fork 129
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add different views for WelcomeModal #7103
Conversation
c2be06c
to
4a3da6a
Compare
090cd48
to
583a976
Compare
db/schema.rb
Outdated
create_table "submission_tags", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t| | ||
t.datetime "created_at", null: false | ||
t.datetime "updated_at", null: false | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
db/schema.rb
Outdated
@@ -951,11 +961,9 @@ | |||
t.integer "latest_iteration_head_tests_status", limit: 1, default: 0, null: false | |||
t.boolean "unlocked_help", default: false, null: false | |||
t.bigint "published_exercise_representation_id" | |||
t.bigint "exercise_approach_id" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
db/schema.rb
Outdated
t.index ["approved_by_id"], name: "fk_rails_4cc89d0b11" | ||
t.index ["created_at", "exercise_id"], name: "mentor_selection_idx_1" | ||
t.index ["created_at", "exercise_id"], name: "mentor_selection_idx_2" | ||
t.index ["exercise_approach_id"], name: "index_solutions_on_exercise_approach_id" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
db/schema.rb
Outdated
create_table "conversations", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t| | ||
t.datetime "created_at", null: false | ||
t.datetime "updated_at", null: false | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
db/schema.rb
Outdated
create_table "add_uuid_to_code_tags_samples", charset: "utf8mb4", collation: "utf8mb4_unicode_ci", force: :cascade do |t| | ||
t.datetime "created_at", null: false | ||
t.datetime "updated_at", null: false | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this.
No description provided.