@loomcore/api 0.1.142 → 0.1.143
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -124,7 +124,7 @@ export const getPostgresInitialSchema = (dbConfig) => {
|
|
|
124
124
|
"_deleted" TIMESTAMPTZ,
|
|
125
125
|
"_deletedBy" INTEGER,
|
|
126
126
|
${uniqueConstraint}
|
|
127
|
-
)
|
|
127
|
+
);
|
|
128
128
|
CREATE INDEX IF NOT EXISTS "idx_users_external_id" ON "users"("external_id");
|
|
129
129
|
CREATE INDEX IF NOT EXISTS "idx_users_email" ON "users"("email");
|
|
130
130
|
CREATE INDEX IF NOT EXISTS "idx_users_person_id" ON "users"("person_id");
|