panel icon indicating copy to clipboard operation
panel copied to clipboard

Add missing foreign keys to fix #545

Open rmartinoscar opened this issue 1 year ago • 3 comments

  • [x] Make name & env_variables unique for each egg

Throws a 500 if you try to add a duplicate

rmartinoscar avatar Aug 14 '24 18:08 rmartinoscar

@Boy132 sqlite tests are still failling

rmartinoscar avatar Aug 20 '24 20:08 rmartinoscar

@Boy132 sqlite tests are still failling

I found the reason: the sort for the bungeecord variables is null. For all other eggs the sort is filled.

Boy132 avatar Sep 06 '24 09:09 Boy132

@RMartinOscar Can you merge main, and see if the tests pass?

notAreYouScared avatar Sep 07 '24 16:09 notAreYouScared

We should programmatically enforce this instead, I think sqlite has an issue with composite unique keys.

lancepioch avatar Oct 20 '24 21:10 lancepioch