saveinmed/backend/internal/repository/postgres/migrations
Tiago Yamamoto 114e8dc5bc fix: add payment_method column to orders table
Migration 0008: adds payment_method column with default 'pix'
Fixes 500 error: column "payment_method" does not exist
2025-12-26 22:56:46 -03:00
..
0001_init.sql Add database migrations runner 2025-12-20 10:32:54 -03:00
0002_shipping_methods.sql Add shipping settings and calculation 2025-12-20 10:47:37 -03:00
0003_products_updated_at_trigger.sql Add marketplace record search and audit trigger 2025-12-21 17:36:17 -03:00
0004_add_username_to_users.sql feat(backend): switch auth to username and cleanup db config 2025-12-21 23:04:47 -03:00
0004_users_email_verified.sql Add full auth endpoints and swagger updates 2025-12-21 22:37:54 -03:00
0005_tenants_operating_hours.sql feat(marketplace): add company management and user editing features 2025-12-23 16:44:51 -03:00
0006_product_catalog_fields.sql feat: implement 2-step product registration with new catalog fields 2025-12-23 17:09:38 -03:00
0007_shipping_settings.sql feat: overhaul shipping module, add seeder, and improve order UI 2025-12-23 18:23:32 -03:00
0008_orders_payment_method.sql fix: add payment_method column to orders table 2025-12-26 22:56:46 -03:00