mirror of
https://github.com/kestra-io/kestra.git
synced 2025-12-19 18:05:41 -05:00
fix(jdbc): add service_id index on service_instance table
This commit is contained in:
@@ -0,0 +1 @@
|
||||
CREATE UNIQUE INDEX ix_service_id ON service_instance (`service_id`);
|
||||
Reference in New Issue
Block a user