forked from brmlab/brmbar-github
0022: drop: add cascade
This commit is contained in:
parent
3933514e86
commit
4f9611727b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ SELECT COUNT(1) INTO v
|
||||||
|
|
||||||
IF v>0 THEN
|
IF v>0 THEN
|
||||||
RAISE NOTICE 'Changing type shop_class_initialization_data_type';
|
RAISE NOTICE 'Changing type shop_class_initialization_data_type';
|
||||||
DROP TYPE brmbar_privileged.shop_class_initialization_data_type;
|
DROP TYPE brmbar_privileged.shop_class_initialization_data_type CASCADE;
|
||||||
ELSE
|
ELSE
|
||||||
RAISE NOTICE 'Creating type shop_class_initialization_data_type';
|
RAISE NOTICE 'Creating type shop_class_initialization_data_type';
|
||||||
END IF;
|
END IF;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue