hi
can you provide me with a up and down method for the host migration and then similarly a up and down method for the tenant migration?
You can generate it by dotnet ef migrations
command, then you can revert the changes in your git.
https://abp.io/docs/9.2/release-info/migration-guides/abp-9-2 https://abp.io/docs/9.2/release-info/migration-guides
Thanks.
hi
Here is my test result. I can't reproduce your problem.
https://streamable.com/b5p2l4
hi
See https://abp.io/docs/latest/framework/ui/blazor/block-busy
hi
You need to run dotnet ef migrations
command to add new EF Core migrations.
Migration files are generated and maintained by EF Core tool (https://learn.microsoft.com/en-us/ef/core/cli/dotnet)
Thanks.
hi
why client validation not working in web public project mvc core razor
Can you explain it in detail? share some screenshots.
Thanks.
hi
I can see the OpenIddict data has been seeded.
Can you join Zoom and share your screen?
Send an email liming.ma@volosoft.com
Thanks
2025-06-10 9:34:57 PM [Information] Trying to acquire the distributed lock for database migration: IdentityService.
2025-06-10 9:34:57 PM [Information] Distributed lock is acquired for database migration: IdentityService...
2025-06-10 9:34:57 PM [Information] Seeding Permission data...
2025-06-10 9:34:58 PM [Information] Seeding admin permissions.
2025-06-10 9:34:58 PM [Information] Seeding Identity data...
2025-06-10 9:34:58 PM [Information] Seeding OpenIddict data...
2025-06-10 9:34:58 PM [Information] Distributed lock has been released for database migration: IdentityService...