fix(migration): remove buckets table name when dropping index
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
Related to #2243
This commit is contained in:
parent
0962aa4262
commit
e88f95e501
@ -99,7 +99,7 @@ insert into buckets_dg_tmp(id, title, "limit", position, created, updated, creat
|
||||
select id, title, "limit", position, created, updated, created_by_id, project_view_id
|
||||
from buckets;
|
||||
|
||||
drop index if exists buckets.UQE_buckets_id;
|
||||
drop index if exists UQE_buckets_id;
|
||||
|
||||
drop table buckets;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user