Skip to content

Commit

Permalink
Revert "feat: migrate sql query export activity to audit log (#11794)"
Browse files Browse the repository at this point in the history
This reverts commit ccd200f.
  • Loading branch information
d-bytebase committed Apr 25, 2024
1 parent ccd200f commit 444d19c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 59 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion backend/migrator/migrator_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -230,5 +230,5 @@ func TestMigrationCompatibility(t *testing.T) {
func TestGetCutoffVersion(t *testing.T) {
releaseVersion, err := getProdCutoffVersion()
require.NoError(t, err)
require.Equal(t, semver.MustParse("2.16.4"), releaseVersion)
require.Equal(t, semver.MustParse("2.16.3"), releaseVersion)
}

0 comments on commit 444d19c

Please sign in to comment.