Skip to content

Commit

Permalink
[#377] Update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
antlu committed Feb 8, 2023
1 parent d2b5826 commit c9403c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions core/test/dummy/db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@
t.boolean "share_to_github"
t.integer "delete_preview_after"
t.string "tag_pattern_deprecated"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.index ["project_id"], name: "index_repos_on_project_id"
end

Expand Down
2 changes: 0 additions & 2 deletions db/schema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,6 @@
t.boolean "share_to_github"
t.integer "delete_preview_after"
t.string "tag_pattern_deprecated"
t.boolean "deploy_preview_when_pull_request_is_opened"
t.boolean "delete_preview_when_pull_request_is_closed"
t.index ["project_id"], name: "index_repos_on_project_id"
end

Expand Down

0 comments on commit c9403c9

Please sign in to comment.