mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Make all admindb migration queries re-entrance so re-running migration would not fail. Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
2 lines
75 B
SQL
2 lines
75 B
SQL
ALTER TABLE cluster_clusters ADD COLUMN IF NOT EXISTS description varchar;
|