fix(dockerfile)
Some checks failed
Deploy to Development / build-and-deploy (push) Has been cancelled
Deploy to Production / build-and-deploy (push) Successful in 33s

This commit is contained in:
EvanChal
2026-01-28 20:47:34 +01:00
parent 97ae75c9bf
commit d68af8d5a1
19 changed files with 4783 additions and 7 deletions

View File

@@ -42,3 +42,4 @@ alembic revision -m "Description de la migration"
- En cas de problème, vous pouvez toujours revenir en arrière avec `alembic downgrade`

View File

@@ -26,3 +26,4 @@ def downgrade() -> None:
${downgrades if downgrades else "pass"}

View File

@@ -36,3 +36,4 @@ def downgrade():
op.drop_index(op.f('ix_push_subscriptions_id'), table_name='push_subscriptions')
op.drop_table('push_subscriptions')