-
Notifications
You must be signed in to change notification settings - Fork 13
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 meta_{create,update}_date fields to bib_organismes #99
base: develop
Are you sure you want to change the base?
Conversation
Salut, y a-t-il un point bloquant au merge de cette PR ? |
Non, c'est à intégrer en effet. |
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.
Pour moi, c'est bon 👍 Il faut juste mettre à jour l'identifiant de la révision précédent la nouvellement créée. Normalement, c'est ce qui fait planter les tests.
"""Add meta create/insert date to biborganismes | ||
|
||
Revision ID: cf38131bc247 | ||
Revises: f9d3b95946cd |
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.
Revises: f9d3b95946cd | |
Revises: b7c98935d9e8 |
|
||
# revision identifiers, used by Alembic. | ||
revision = "cf38131bc247" | ||
down_revision = "f9d3b95946cd" |
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.
down_revision = "f9d3b95946cd" | |
down_revision = "b7c98935d9e8" |
@@ -1,6 +1,15 @@ | |||
CHANGELOG | |||
********* | |||
|
|||
|
|||
unreleased (2024-05-xx) |
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.
unreleased (2024-05-xx) | |
3.0.2 (unreleased) |
Fix UsersHub/#215