Skip to content
Snippets Groups Projects
Commit 2bc7e11e authored by Antoine Lambert's avatar Antoine Lambert
Browse files

sql/upgrades/36: Fix name of table constraint to drop

parent 0f7dd9fe
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
insert into dbversion (version, release, description)
values (36, now(), 'Work In Progress');
alter table task drop constraint task_priority_fkey;
alter table task drop constraint task_priority_fk;
drop table priority_ratio;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment