mathesar-foundation / mathesar

Web application providing an intuitive user experience to databases.
https://mathesar.org/
GNU General Public License v3.0
2.28k stars 316 forks source link

Unable to remove a comment on a schema #3638

Open Anish9901 opened 1 week ago

Anish9901 commented 1 week ago

TODO

Refactor comment_on_schema SQL functions to remove the comment on a schema if the comment is NULL instead of returning NULL.

seancolsen commented 1 day ago

@Anish9901 why is this needed for beta?

Anish9901 commented 1 day ago

Well..., it's quite low effort and we've already done it for tables and columns, also we currently set the comment to '' instead of NULL when removing it.