Skip to content

Commit 90dd22d

Browse files
committed
try
1 parent 1ae17a6 commit 90dd22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test_new_on_tenant_users_branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
working-directory: ./
3939

4040
- name: Print Docker Compose logs
41-
run: docker-compose logs
41+
run: docker compose logs
4242

4343
# - name: Set up Docker Compose
4444
# uses: hoverkraft-tech/compose-action@v2.0.2

src/Ubik.Security.Api/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
var services = scope.ServiceProvider;
165165

166166
var context = services.GetRequiredService<SecurityDbContext>();
167-
context.Database.EnsureDeleted();
167+
//context.Database.EnsureDeleted();
168168
context.Database.EnsureCreated();
169169

170170
await DbInitializer.InitializeAsync(context);

0 commit comments

Comments
 (0)