"Fossies" - the Fresh Open Source Software Archive

Member "icingaweb2-2.11.4/schema/pgsql-upgrades/2.5.0.sql" (26 Jan 2023, 329 Bytes) of package /linux/www/icingaweb2-2.11.4.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) PL/SQL source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 /* Icinga Web 2 | (c) 2017 Icinga Development Team | GPLv2+ */
    2 
    3 ALTER TABLE "icingaweb_group_membership" ALTER COLUMN "username" TYPE character varying(254);
    4 ALTER TABLE "icingaweb_user" ALTER COLUMN "name" TYPE character varying(254);
    5 ALTER TABLE "icingaweb_user_preference" ALTER COLUMN "username" TYPE character varying(254);