migrate db

This commit is contained in:
Jun-te Kim 2025-12-13 21:22:49 +00:00
parent ef32447d9f
commit e165ec3108

View file

@ -31,5 +31,4 @@ jobs:
- name: Run Atlas migrations (dev) - name: Run Atlas migrations (dev)
run: | run: |
atlas migrate apply \ atlas migrate apply \
--env stripe_invoice_dev \ --env stripe_invoice_dev
--dir file://db/atlas/stripe_invoice/migrations