Files
FEDEO/backend/db/migrations/0026_statementallocation_depreciation_method.sql

4 lines
120 B
SQL

ALTER TABLE "statementallocations"
ADD COLUMN "depreciation_method" text,
ADD COLUMN "residual_value" double precision;