peridot/peridot/migrate/20220823145405_make_project_id_optional_in_tasks.up.sql
Mustafa Gezen 496b60ba44
Add support for lookaside rpm import, introduce CLI and machine-to-machine callers support
Signed-off-by: Mustafa Gezen <mustafa@ctrliq.com>
2022-08-31 20:06:01 +02:00

2 lines
57 B
SQL

alter table tasks alter column project_id drop not null;