Skip to content

Commit 5a9d6d1

Browse files
Added DB Resize event (#708)
1 parent 8e2bbdb commit 5a9d6d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

account_events.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ const (
7272
ActionDatabaseDelete EventAction = "database_delete"
7373
ActionDatabaseFailed EventAction = "database_failed"
7474
ActionDatabaseUpdate EventAction = "database_update"
75+
ActionDatabaseResize EventAction = "database_resize"
7576
ActionDatabaseCreateFailed EventAction = "database_create_failed"
7677
ActionDatabaseUpdateFailed EventAction = "database_update_failed"
7778
ActionDatabaseBackupCreate EventAction = "database_backup_create"

0 commit comments

Comments
 (0)