Skip to content

Fix typo in DB guides for change_column_default

Krasimir Angelov requested to merge change-column-default-typo-docs into master

What does this MR do?

The query example in the DB guides for changing column default is incorrect. This MR fixes it.

 ALTER TABLE namespaces
 ALTER COLUMN request_access_enabled
-DEFAULT false
+SET DEFAULT false

Merge request reports