accountant-ui/sql/update/0.2-0.3/002_operation_date_cleanup.sql

3 lines
99 B
SQL

alter table entry alter column operation_date set not null;
alter table entry drop column comment;