X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/deb4d2dbb676d7d6f69dfe7815d6e0cb09bd4a44..53593baa211863fbf66540cf1bcc36c8fb37257f:/sql/Pg-upgrade2/custom_variables_add_edit_position.sql diff --git a/sql/Pg-upgrade2/custom_variables_add_edit_position.sql b/sql/Pg-upgrade2/custom_variables_add_edit_position.sql new file mode 100644 index 000000000..efb420d17 --- /dev/null +++ b/sql/Pg-upgrade2/custom_variables_add_edit_position.sql @@ -0,0 +1,6 @@ +-- @tag: custom_variables_add_edit_position +-- @description: Erweiterung custom_variables +-- @depends: release_3_5_6_1 custom_variables + +ALTER TABLE custom_variable_configs ADD COLUMN first_tab BOOLEAN NOT NULL DEFAULT FALSE; +