Revision dc1dd394
Von Thomas Heck vor mehr als 12 Jahren hinzugefügt
sql/Pg-upgrade2/custom_variables_sub_module_not_null.sql | ||
---|---|---|
1 |
-- @tag: custom_variables_sub_module_not_null |
|
2 |
-- @description: sub_module in custom_variables auf NOT NULL ändern. |
|
3 |
-- @encoding: utf-8 |
|
4 |
-- @depends: release_2_7_0 |
|
5 |
UPDATE custom_variables SET sub_module = ''; |
|
6 |
ALTER TABLE custom_variables ALTER COLUMN sub_module SET DEFAULT ''; |
|
7 |
ALTER TABLE custom_variables ALTER COLUMN sub_module SET NOT NULL; |
|
8 |
|
Auch abrufbar als: Unified diff
CSV-Import für benutzerdefinierte Variablen gefixt
behebt #1924