1
mirror of https://gitlab.com/commento/commento.git synced 2025-06-30 11:06:37 -04:00

remove-config.sql: drop table only if it exists

This commit is contained in:
Adhityaa Chandrasekar
2018-08-08 11:37:42 +05:30
parent 12d9d52555
commit 97d3d556e6

View File

@ -1 +1 @@
DROP TABLE config; DROP TABLE IF EXISTS config;