Commit fe7def29 authored by Adam Hegyi's avatar Adam Hegyi

Merge branch 'change-column-default-typo-docs' into 'master'

Fix typo in DB guides for change_column_default

See merge request gitlab-org/gitlab!43649
parents 0583126b 60a7414e
......@@ -647,7 +647,7 @@ tables: `namespaces`. This can be translated to:
```sql
ALTER TABLE namespaces
ALTER COLUMN request_access_enabled
DEFAULT false
SET DEFAULT false
```
In this particular case, the default value exists and we're just changing the metadata for
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment