Files
accounted/supabase/migrations/20260224142843_add_tax_code_column.sql
T
Jakob Wennberg b0de46790a fix: align local migrations with deployed Supabase state
Rename migration files (039-052) from sequential to real deployed
timestamps, add 11 missing migration files that were applied directly
to production, apply invoice_delivery_note_sequences migration, and
rename placeholder files for clarity.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 10:16:22 +01:00

5 lines
225 B
SQL

-- Migration: add_tax_code_column
-- No-op: tax_code column on journal_entry_lines
-- is created by migration 011 (alter_existing_tables) in this consolidated set.
-- Originally applied to production as a separate migration.