We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e2bbdb commit 5a9d6d1Copy full SHA for 5a9d6d1
account_events.go
@@ -72,6 +72,7 @@ const (
72
ActionDatabaseDelete EventAction = "database_delete"
73
ActionDatabaseFailed EventAction = "database_failed"
74
ActionDatabaseUpdate EventAction = "database_update"
75
+ ActionDatabaseResize EventAction = "database_resize"
76
ActionDatabaseCreateFailed EventAction = "database_create_failed"
77
ActionDatabaseUpdateFailed EventAction = "database_update_failed"
78
ActionDatabaseBackupCreate EventAction = "database_backup_create"
0 commit comments