fix: refs #8689 Drop foreign key cache.last_buy_FK_1
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2025-02-27 19:23:21 +01:00
parent a85771c1e7
commit d680dc8da7
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE cache.last_buy
DROP FOREIGN KEY IF EXISTS last_buy_FK_1;