accountant-ui/sql/update/0.2-0.3/002_operation_date_cleanup.sql
2013-12-03 21:15:10 +01:00

3 lines
99 B
SQL

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