Files
accounted/supabase/migrations/20240101000012_tax_codes.sql
T
Jakob Wennberg 0c422fcd25 chore: clean up migration files and update CLAUDE.md documentation
- Consolidate migration numbering (move full_bas_2026 to slot 044)
- Remove dead/superseded migrations (document_matching, reversal columns)
- Update CLAUDE.md with placeholder migration notes and corrected descriptions
- Fix migration SQL for invoice_inbox, extension_data, supplier_invoices

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-26 20:53:57 +01:00

6 lines
328 B
SQL

-- Migration 12: Tax Code Engine (placeholder)
-- This migration was planned but never deployed to production.
-- The tax_codes table does not exist in the production database.
-- The system operates without it — tax code logic is handled in application code.
-- Kept as a numbered placeholder to preserve migration sequence.