mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
Consolida migrations anteriores e adiciona tabelas `anexos` e `lancamento_anexos` com constraints de integridade referencial. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 lines
117 B
SQL
2 lines
117 B
SQL
ALTER TABLE "preferencias_usuario" ADD COLUMN IF NOT EXISTS "extrato_note_as_column" boolean DEFAULT false NOT NULL;
|