-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
👷 Add ty to precommit
#2227
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 ty to precommit
#2227
Changes from 8 commits
261669c
3d0456e
0922a66
61d8a05
8c1470c
2b1a1e1
30c4abd
20a410f
a0a79db
59ef24d
cbf8b85
33d1cc5
946e9a0
1ea0613
aee0392
403f000
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,7 +29,7 @@ def upgrade(): | |
|
|
||
| def downgrade(): | ||
| # ### commands auto generated by Alembic - please adjust! ### | ||
| op.drop_constraint(None, 'item', type_='foreignkey') | ||
| op.drop_constraint('item_owner_id_fkey', 'item', type_='foreignkey') | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. A little confused about this one, as
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm confused too, this is generated automatically, don't really know what it might be... but also, all the other |
||
| op.create_foreign_key('item_owner_id_fkey', 'item', 'user', ['owner_id'], ['id']) | ||
| op.alter_column('item', 'owner_id', | ||
| existing_type=sa.UUID(), | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Uh oh!
There was an error while loading. Please reload this page.