8000 chore: prevent db migrations from running on all cli commands by Emyrk · Pull Request #15980 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: prevent db migrations from running on all cli commands #15980

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 3, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
clean up newline
  • Loading branch information
Emyrk committed Jan 3, 2025
commit f6f5a22bc3b99959b400b8acebc3ab940d9f79ce
1 change: 0 additions & 1 deletion cli/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1875,7 +1875,6 @@ func TestConnectToPostgres(t *testing.T) {

require.NoError(t, okDB.PingContext(ctx))
})

}

func TestServer_InvalidDERP(t *testing.T) {
Expand Down
Loading
0