Fix migration

This commit is contained in:
2025-12-02 20:38:17 +01:00
parent 645aa63186
commit 3fd597638b

View File

@@ -18,6 +18,7 @@ CREATE TABLE IF NOT EXISTS instances (
-- Future: OIDC user ID for ownership -- Future: OIDC user ID for ownership
owner_user_id TEXT NULL owner_user_id TEXT NULL
);
-- ----------------------------------------------------------------------------- -- -----------------------------------------------------------------------------
-- Indexes for performance -- Indexes for performance