mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Server was ignoring cluster description of a request. This commit is persisting cluster description to db. Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
3 lines
64 B
SQL
3 lines
64 B
SQL
ALTER TABLE cluster_clusters
|
|
DROP COLUMN IF EXISTS description;
|