finnow/finnow-api/sql/migrations/1.sql

3 lines
87 B
SQL

ALTER TABLE "transaction"
ADD COLUMN internal_transfer BOOLEAN NOT NULL DEFAULT FALSE;