accountant/src/sql/update/0.2-0.3/002_operation_date_cleanup.sql
Alexis Lahouze c4d7bb3f28 Removed third parties to use CloudFlare CDN.
Added scheduling (missing database update)
Using Jinja2 templates.
Updated layout.
2013-07-28 23:25:51 +02:00

3 lines
99 B
SQL

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