Add columns for built_in_project_templates_enabled group and application setting
To support https://gitlab.com/groups/gitlab-org/-/work_items/21356+, we want to add a cascading setting that can manage the feature on an instance and group level. Following the [cascading settings framework](https://docs.gitlab.com/development/cascading_settings/), we need to add the database columns. The default value should be true. An example MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/189144
issue