remove unique

This commit is contained in:
Felix Ableitner 2023-06-06 16:10:19 +02:00 committed by Nutomic
parent 3804348ebf
commit 101d895b88
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
drop index idx_post_url;
drop index idx_post_url;

View file

@ -1 +1 @@
create unique index idx_post_url on post(url);
create index idx_post_url on post(url);