Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(database): Add trigger to set impersonation on first user
Introduced a trigger to automatically set `canImpersonate` to true for the first user inserted into the `core.user` table. The trigger is removed after the first user is added to ensure this behavior only applies to the initial user. Includes both the creation and rollback logic for the migration.
- Loading branch information