mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Add schema to migration that was missing it
This commit is contained in:
parent
fcbb2492c4
commit
0848a1aaed
@ -1 +1 @@
|
||||
Please compare `origin/dev` to `origin/main` (feel free to check out the dev branch if needed) and ensure that all migrations are backwards compatible. In what ways could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating?
|
||||
Please compare `origin/dev` to `origin/main` (feel free to check out the dev branch if needed) and ensure that all migrations are backwards compatible. In what ways (DB, API, or otherwise) could breakage occur? Report the result to me in detail. Anything else that's scary that could occur, or that we should think about while migrating? Should we migrate first and upgrade the code second, or the other way around? Are rollbacks safe? Think hard.
|
||||
|
||||
@ -2,4 +2,4 @@
|
||||
-- SINGLE_STATEMENT_SENTINEL
|
||||
-- RUN_OUTSIDE_TRANSACTION_SENTINEL
|
||||
CREATE INDEX CONCURRENTLY IF NOT EXISTS "ProjectUser_lastActiveAt"
|
||||
ON "ProjectUser"("tenancyId", "isAnonymous", "lastActiveAt");
|
||||
ON /* SCHEMA_NAME_SENTINEL */."ProjectUser"("tenancyId", "isAnonymous", "lastActiveAt");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user