Skip to content

fix: Add "if exists" to user's drop_table migration statement - #292

Merged
spencewenski merged 1 commit into
mainfrom
fix-drop-table
Jul 25, 2024
Merged

fix: Add "if exists" to user's drop_table migration statement#292
spencewenski merged 1 commit into
mainfrom
fix-drop-table

Conversation

@spencewenski

Copy link
Copy Markdown
Member

No description provided.

@codecov

codecov Bot commented Jul 25, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 47.35%. Comparing base (93c5bb6) to head (f7afa8b).

Files Coverage Δ
src/migration/user/create_and_drop_table.rs 100.00% <100.00%> (ø)
.../user/m20240714_203550_create_user_table_int_pk.rs 0.00% <ø> (ø)
...user/m20240714_203551_create_user_table_uuid_pk.rs 0.00% <ø> (ø)
src/migration/user/mod.rs 100.00% <ø> (ø)

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 93c5bb6...f7afa8b. Read the comment docs.

@spencewenski
spencewenski merged commit b9fcac4 into main Jul 25, 2024
@spencewenski
spencewenski deleted the fix-drop-table branch July 25, 2024 06:30
@github-actions github-actions Bot mentioned this pull request Jul 25, 2024
spencewenski pushed a commit that referenced this pull request Jul 25, 2024
## 🤖 New release
* `roadster`: 0.5.9 -> 0.5.10

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.5.10](roadster-v0.5.9...roadster-v0.5.10)
- 2024-07-25

### Added
- Use IDENTITY column for int primary keys instead of BIGSERIAL
([#293](#293))

### Fixed
- Add "if exists" to user's drop_table migration statement
([#292](#292))

### Other
- Add tests for schema and check helper methods
([#289](#289))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant